POST api/TDSClientGLException?clientID={clientID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | globally unique identifier |
Required |
Body Parameters
CustomTDSClientGLExceptionName | Description | Type | Additional information |
---|---|---|---|
TDSClientGLExceptionID | globally unique identifier |
None. |
|
GLName | string |
None. |
|
GLException | boolean |
None. |
|
ClientName | string |
None. |
|
ClientMasterID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "TDSClientGLExceptionID": "d30f85e5-9c1b-4bae-b5a6-7a8b04f0f7e3", "GLName": "sample string 2", "GLException": true, "ClientName": "sample string 4", "ClientMasterID": "99f4eee0-535f-4dcb-9447-8eda58d2b8c4" }
application/xml, text/xml
Sample:
<CustomTDSClientGLException xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <ClientMasterID>99f4eee0-535f-4dcb-9447-8eda58d2b8c4</ClientMasterID> <ClientName>sample string 4</ClientName> <GLException>true</GLException> <GLName>sample string 2</GLName> <TDSClientGLExceptionID>d30f85e5-9c1b-4bae-b5a6-7a8b04f0f7e3</TDSClientGLExceptionID> </CustomTDSClientGLException>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.