POST api/AnsService/SubGroupLinkInsert
Request Information
URI Parameters
None.
Body Parameters
SubGroupLinkInsert| Name | Description | Type | Additional information |
|---|---|---|---|
| seqNum | integer |
None. |
|
| SubSiteGroupNum | integer |
None. |
|
| TableName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"seqNum": 1,
"SubSiteGroupNum": 1,
"TableName": "sample string 1"
}
application/xml, text/xml
Sample:
<BusinessHour.SubGroupLinkInsert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models.AnsService"> <SubSiteGroupNum>1</SubSiteGroupNum> <TableName>sample string 1</TableName> <seqNum>1</seqNum> </BusinessHour.SubGroupLinkInsert>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>