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": "8e63b144-8e77-4d3d-86c8-0adbf11e0b05", "GLText": "sample string 2", "FSGrouping": "sample string 3", "ClientName": "sample string 4", "ClientMasterID": "cbec0c43-2d83-4234-87ba-4742b1e6423c" }
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>cbec0c43-2d83-4234-87ba-4742b1e6423c</ClientMasterID> <ClientName>sample string 4</ClientName> <FSGrouping>sample string 3</FSGrouping> <GLText>sample string 2</GLText> <TDSClientFSGroupingID>8e63b144-8e77-4d3d-86c8-0adbf11e0b05</TDSClientFSGroupingID> </CustomTDSClientFSGrouping>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.