POST api/TDSClientGLException?clientID={clientID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientID

globally unique identifier

Required

Body Parameters

CustomTDSClientGLException
NameDescriptionTypeAdditional 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": "f4f64847-b7b6-47ed-9718-3b9c846c5158",
  "GLName": "sample string 2",
  "GLException": true,
  "ClientName": "sample string 4",
  "ClientMasterID": "653c53e2-8ce4-4cc3-913d-4128794272a1"
}

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>653c53e2-8ce4-4cc3-913d-4128794272a1</ClientMasterID>
  <ClientName>sample string 4</ClientName>
  <GLException>true</GLException>
  <GLName>sample string 2</GLName>
  <TDSClientGLExceptionID>f4f64847-b7b6-47ed-9718-3b9c846c5158</TDSClientGLExceptionID>
</CustomTDSClientGLException>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.