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": "451a9cea-cd4e-49a9-8a23-55b2d3a93c55", "GLName": "sample string 2", "GLException": true, "ClientName": "sample string 4", "ClientMasterID": "6b5c64ee-3ad4-4ad3-bde0-41c7abd909ca" }, { "TDSClientGLExceptionID": "451a9cea-cd4e-49a9-8a23-55b2d3a93c55", "GLName": "sample string 2", "GLException": true, "ClientName": "sample string 4", "ClientMasterID": "6b5c64ee-3ad4-4ad3-bde0-41c7abd909ca" } ]
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>6b5c64ee-3ad4-4ad3-bde0-41c7abd909ca</ClientMasterID> <ClientName>sample string 4</ClientName> <GLException>true</GLException> <GLName>sample string 2</GLName> <TDSClientGLExceptionID>451a9cea-cd4e-49a9-8a23-55b2d3a93c55</TDSClientGLExceptionID> </CustomTDSClientGLException> <CustomTDSClientGLException> <ClientMasterID>6b5c64ee-3ad4-4ad3-bde0-41c7abd909ca</ClientMasterID> <ClientName>sample string 4</ClientName> <GLException>true</GLException> <GLName>sample string 2</GLName> <TDSClientGLExceptionID>451a9cea-cd4e-49a9-8a23-55b2d3a93c55</TDSClientGLExceptionID> </CustomTDSClientGLException> </ArrayOfCustomTDSClientGLException>