POST api/AnsService/BusinessHourList
Request Information
URI Parameters
None.
Body Parameters
integerRequest Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of BusinessHourListResult| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessHourNum | integer |
None. |
|
| BusinessHourType | string |
None. |
|
| BusinessHourTypeDescription | string |
None. |
|
| CloseDow | string |
None. |
|
| CloseTime | string |
None. |
|
| OpenDow | string |
None. |
|
| OpenTime | string |
None. |
|
| SiteGroupNum | integer |
None. |
|
| SubGroupList | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BusinessHourNum": 1,
"BusinessHourType": "sample string 2",
"BusinessHourTypeDescription": "sample string 3",
"CloseDow": "sample string 4",
"CloseTime": "sample string 5",
"OpenDow": "sample string 6",
"OpenTime": "sample string 7",
"SiteGroupNum": 1,
"SubGroupList": "sample string 8"
},
{
"BusinessHourNum": 1,
"BusinessHourType": "sample string 2",
"BusinessHourTypeDescription": "sample string 3",
"CloseDow": "sample string 4",
"CloseTime": "sample string 5",
"OpenDow": "sample string 6",
"OpenTime": "sample string 7",
"SiteGroupNum": 1,
"SubGroupList": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfBusinessHourListResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models">
<BusinessHourListResult>
<BusinessHourNum>1</BusinessHourNum>
<BusinessHourType>sample string 2</BusinessHourType>
<BusinessHourTypeDescription>sample string 3</BusinessHourTypeDescription>
<CloseDow>sample string 4</CloseDow>
<CloseTime>sample string 5</CloseTime>
<OpenDow>sample string 6</OpenDow>
<OpenTime>sample string 7</OpenTime>
<SiteGroupNum>1</SiteGroupNum>
<SubGroupList>sample string 8</SubGroupList>
</BusinessHourListResult>
<BusinessHourListResult>
<BusinessHourNum>1</BusinessHourNum>
<BusinessHourType>sample string 2</BusinessHourType>
<BusinessHourTypeDescription>sample string 3</BusinessHourTypeDescription>
<CloseDow>sample string 4</CloseDow>
<CloseTime>sample string 5</CloseTime>
<OpenDow>sample string 6</OpenDow>
<OpenTime>sample string 7</OpenTime>
<SiteGroupNum>1</SiteGroupNum>
<SubGroupList>sample string 8</SubGroupList>
</BusinessHourListResult>
</ArrayOfBusinessHourListResult>