POST api/AnsService/BusinessHourTypeList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of BusinessHourTypeListResult
NameDescriptionTypeAdditional information
BusinessHourType

string

None.

BusinessHourTypeDescription

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BusinessHourType": "sample string 1",
    "BusinessHourTypeDescription": "sample string 2"
  },
  {
    "BusinessHourType": "sample string 1",
    "BusinessHourTypeDescription": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBusinessHourTypeListResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models">
  <BusinessHourTypeListResult>
    <BusinessHourType>sample string 1</BusinessHourType>
    <BusinessHourTypeDescription>sample string 2</BusinessHourTypeDescription>
  </BusinessHourTypeListResult>
  <BusinessHourTypeListResult>
    <BusinessHourType>sample string 1</BusinessHourType>
    <BusinessHourTypeDescription>sample string 2</BusinessHourTypeDescription>
  </BusinessHourTypeListResult>
</ArrayOfBusinessHourTypeListResult>