GET api/TDSClientGLException?clientID={clientID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomTDSClientGLException
NameDescriptionTypeAdditional information
TDSClientGLExceptionID

globally unique identifier

None.

GLName

string

None.

GLException

boolean

None.

ClientName

string

None.

ClientMasterID

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TDSClientGLExceptionID": "c1f05e5a-3f94-4ff0-b507-dfe25d5f893f",
    "GLName": "sample string 2",
    "GLException": true,
    "ClientName": "sample string 4",
    "ClientMasterID": "eb675a69-d005-47b1-9fbf-a3907d216143"
  },
  {
    "TDSClientGLExceptionID": "c1f05e5a-3f94-4ff0-b507-dfe25d5f893f",
    "GLName": "sample string 2",
    "GLException": true,
    "ClientName": "sample string 4",
    "ClientMasterID": "eb675a69-d005-47b1-9fbf-a3907d216143"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustomTDSClientGLException xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel">
  <CustomTDSClientGLException>
    <ClientMasterID>eb675a69-d005-47b1-9fbf-a3907d216143</ClientMasterID>
    <ClientName>sample string 4</ClientName>
    <GLException>true</GLException>
    <GLName>sample string 2</GLName>
    <TDSClientGLExceptionID>c1f05e5a-3f94-4ff0-b507-dfe25d5f893f</TDSClientGLExceptionID>
  </CustomTDSClientGLException>
  <CustomTDSClientGLException>
    <ClientMasterID>eb675a69-d005-47b1-9fbf-a3907d216143</ClientMasterID>
    <ClientName>sample string 4</ClientName>
    <GLException>true</GLException>
    <GLName>sample string 2</GLName>
    <TDSClientGLExceptionID>c1f05e5a-3f94-4ff0-b507-dfe25d5f893f</TDSClientGLExceptionID>
  </CustomTDSClientGLException>
</ArrayOfCustomTDSClientGLException>