POST api/TDSClientFSGrouping?clientID={clientID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | 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": "0bdf71c8-9ac6-42df-a1d1-3e43cfa5ae9e", "GLText": "sample string 2", "FSGrouping": "sample string 3", "ClientName": "sample string 4", "ClientMasterID": "dda67d92-b98e-46de-8b14-a53be77d0e29" }
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>dda67d92-b98e-46de-8b14-a53be77d0e29</ClientMasterID> <ClientName>sample string 4</ClientName> <FSGrouping>sample string 3</FSGrouping> <GLText>sample string 2</GLText> <TDSClientFSGroupingID>0bdf71c8-9ac6-42df-a1d1-3e43cfa5ae9e</TDSClientFSGroupingID> </CustomTDSClientFSGrouping>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.