PUT api/TDSClientFSGrouping/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
CustomTDSClientFSGroupingName | Description | Type | Additional information |
---|---|---|---|
TDSClientFSGroupingID | globally unique identifier |
None. |
|
GLText | string |
None. |
|
FSGrouping | string |
None. |
|
ClientName | string |
None. |
|
ClientMasterID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "TDSClientFSGroupingID": "d2053aaf-ebcd-41c9-aa47-8fbd9303ee1d", "GLText": "sample string 2", "FSGrouping": "sample string 3", "ClientName": "sample string 4", "ClientMasterID": "7ff3f0de-1225-4742-9adf-c48928f21edc" }
application/xml, text/xml
Sample:
<CustomTDSClientFSGrouping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <ClientMasterID>7ff3f0de-1225-4742-9adf-c48928f21edc</ClientMasterID> <ClientName>sample string 4</ClientName> <FSGrouping>sample string 3</FSGrouping> <GLText>sample string 2</GLText> <TDSClientFSGroupingID>d2053aaf-ebcd-41c9-aa47-8fbd9303ee1d</TDSClientFSGroupingID> </CustomTDSClientFSGrouping>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.