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": "d3544239-e14f-4de7-a439-94a82ce45b76", "GLText": "sample string 2", "FSGrouping": "sample string 3", "ClientName": "sample string 4", "ClientMasterID": "ea3713df-3be4-4ae2-9a65-ae3fb88d256a" }
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>ea3713df-3be4-4ae2-9a65-ae3fb88d256a</ClientMasterID> <ClientName>sample string 4</ClientName> <FSGrouping>sample string 3</FSGrouping> <GLText>sample string 2</GLText> <TDSClientFSGroupingID>d3544239-e14f-4de7-a439-94a82ce45b76</TDSClientFSGroupingID> </CustomTDSClientFSGrouping>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.