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": "cf9dac18-ba52-41f7-9e26-a980dd85ca34", "GLName": "sample string 2", "GLException": true, "ClientName": "sample string 4", "ClientMasterID": "cfe2d629-6122-485a-a122-a59c4292d2bc" }, { "TDSClientGLExceptionID": "cf9dac18-ba52-41f7-9e26-a980dd85ca34", "GLName": "sample string 2", "GLException": true, "ClientName": "sample string 4", "ClientMasterID": "cfe2d629-6122-485a-a122-a59c4292d2bc" } ]
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>cfe2d629-6122-485a-a122-a59c4292d2bc</ClientMasterID> <ClientName>sample string 4</ClientName> <GLException>true</GLException> <GLName>sample string 2</GLName> <TDSClientGLExceptionID>cf9dac18-ba52-41f7-9e26-a980dd85ca34</TDSClientGLExceptionID> </CustomTDSClientGLException> <CustomTDSClientGLException> <ClientMasterID>cfe2d629-6122-485a-a122-a59c4292d2bc</ClientMasterID> <ClientName>sample string 4</ClientName> <GLException>true</GLException> <GLName>sample string 2</GLName> <TDSClientGLExceptionID>cf9dac18-ba52-41f7-9e26-a980dd85ca34</TDSClientGLExceptionID> </CustomTDSClientGLException> </ArrayOfCustomTDSClientGLException>