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": "94bc23a5-ca61-4cd0-9b9a-de3903fd7be2", "GLText": "sample string 2", "FSGrouping": "sample string 3", "ClientName": "sample string 4", "ClientMasterID": "96b28d13-665c-4c56-b299-f58a3937f7d3" }
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>96b28d13-665c-4c56-b299-f58a3937f7d3</ClientMasterID> <ClientName>sample string 4</ClientName> <FSGrouping>sample string 3</FSGrouping> <GLText>sample string 2</GLText> <TDSClientFSGroupingID>94bc23a5-ca61-4cd0-9b9a-de3903fd7be2</TDSClientFSGroupingID> </CustomTDSClientFSGrouping>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.