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": "7db9affb-85d9-4b9d-8461-3c8012f3cdac", "GLName": "sample string 2", "GLException": true, "ClientName": "sample string 4", "ClientMasterID": "132ce245-a33f-4c77-b055-7c97d45a0750" }
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>132ce245-a33f-4c77-b055-7c97d45a0750</ClientMasterID> <ClientName>sample string 4</ClientName> <GLException>true</GLException> <GLName>sample string 2</GLName> <TDSClientGLExceptionID>7db9affb-85d9-4b9d-8461-3c8012f3cdac</TDSClientGLExceptionID> </CustomTDSClientGLException>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.