GET api/TDSClientGLException?clientID={clientID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomTDSClientGLExceptionName | Description | Type | Additional 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": "f60d5ba4-133a-48cd-b0b3-d1f8d0f87259", "GLName": "sample string 2", "GLException": true, "ClientName": "sample string 4", "ClientMasterID": "99b6ad3b-1a0b-48d9-abae-0367ab5c8edd" }, { "TDSClientGLExceptionID": "f60d5ba4-133a-48cd-b0b3-d1f8d0f87259", "GLName": "sample string 2", "GLException": true, "ClientName": "sample string 4", "ClientMasterID": "99b6ad3b-1a0b-48d9-abae-0367ab5c8edd" } ]
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>99b6ad3b-1a0b-48d9-abae-0367ab5c8edd</ClientMasterID> <ClientName>sample string 4</ClientName> <GLException>true</GLException> <GLName>sample string 2</GLName> <TDSClientGLExceptionID>f60d5ba4-133a-48cd-b0b3-d1f8d0f87259</TDSClientGLExceptionID> </CustomTDSClientGLException> <CustomTDSClientGLException> <ClientMasterID>99b6ad3b-1a0b-48d9-abae-0367ab5c8edd</ClientMasterID> <ClientName>sample string 4</ClientName> <GLException>true</GLException> <GLName>sample string 2</GLName> <TDSClientGLExceptionID>f60d5ba4-133a-48cd-b0b3-d1f8d0f87259</TDSClientGLExceptionID> </CustomTDSClientGLException> </ArrayOfCustomTDSClientGLException>