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": "a0cf4fc1-8b48-4849-8d39-bc9a688b4bce", "GLName": "sample string 2", "GLException": true, "ClientName": "sample string 4", "ClientMasterID": "485affa3-b268-4a0c-bc0e-68b9a28d087d" }
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>485affa3-b268-4a0c-bc0e-68b9a28d087d</ClientMasterID> <ClientName>sample string 4</ClientName> <GLException>true</GLException> <GLName>sample string 2</GLName> <TDSClientGLExceptionID>a0cf4fc1-8b48-4849-8d39-bc9a688b4bce</TDSClientGLExceptionID> </CustomTDSClientGLException>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.