PUT api/TDSClientGLException/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | 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": "dabe66cb-059e-4376-b2bb-46aacc897b89", "GLName": "sample string 2", "GLException": true, "ClientName": "sample string 4", "ClientMasterID": "7a4dedf4-04f9-41af-8a8e-f819c8d0c165" }
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>7a4dedf4-04f9-41af-8a8e-f819c8d0c165</ClientMasterID> <ClientName>sample string 4</ClientName> <GLException>true</GLException> <GLName>sample string 2</GLName> <TDSClientGLExceptionID>dabe66cb-059e-4376-b2bb-46aacc897b89</TDSClientGLExceptionID> </CustomTDSClientGLException>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.