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": "53f0539a-ad11-438e-874b-9fa19e0bef2d", "GLName": "sample string 2", "GLException": true, "ClientName": "sample string 4", "ClientMasterID": "1b7f70ba-cea1-4050-96fa-6b3f34d0d330" }, { "TDSClientGLExceptionID": "53f0539a-ad11-438e-874b-9fa19e0bef2d", "GLName": "sample string 2", "GLException": true, "ClientName": "sample string 4", "ClientMasterID": "1b7f70ba-cea1-4050-96fa-6b3f34d0d330" } ]
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>1b7f70ba-cea1-4050-96fa-6b3f34d0d330</ClientMasterID> <ClientName>sample string 4</ClientName> <GLException>true</GLException> <GLName>sample string 2</GLName> <TDSClientGLExceptionID>53f0539a-ad11-438e-874b-9fa19e0bef2d</TDSClientGLExceptionID> </CustomTDSClientGLException> <CustomTDSClientGLException> <ClientMasterID>1b7f70ba-cea1-4050-96fa-6b3f34d0d330</ClientMasterID> <ClientName>sample string 4</ClientName> <GLException>true</GLException> <GLName>sample string 2</GLName> <TDSClientGLExceptionID>53f0539a-ad11-438e-874b-9fa19e0bef2d</TDSClientGLExceptionID> </CustomTDSClientGLException> </ArrayOfCustomTDSClientGLException>