POST api/AnsService/BusinessHourInsert

Request Information

URI Parameters

None.

Body Parameters

BussinessHourInsert
NameDescriptionTypeAdditional information
SiteGroupNum

integer

None.

BusinessHourType

string

None.

OpenDow

string

None.

OpenTime

string

None.

CloseDow

string

None.

CloseTime

string

None.

SessionNum

integer

None.

ApplicationNum

integer

None.

errorMessage

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SiteGroupNum": 1,
  "BusinessHourType": "sample string 1",
  "OpenDow": "sample string 2",
  "OpenTime": "sample string 3",
  "CloseDow": "sample string 4",
  "CloseTime": "sample string 5",
  "SessionNum": 6,
  "ApplicationNum": 7,
  "errorMessage": "sample string 8"
}

application/xml, text/xml

Sample:
<BusinessHour.BussinessHourInsert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models.AnsService">
  <ApplicationNum>7</ApplicationNum>
  <BusinessHourType>sample string 1</BusinessHourType>
  <CloseDow>sample string 4</CloseDow>
  <CloseTime>sample string 5</CloseTime>
  <OpenDow>sample string 2</OpenDow>
  <OpenTime>sample string 3</OpenTime>
  <SessionNum>6</SessionNum>
  <SiteGroupNum>1</SiteGroupNum>
  <errorMessage>sample string 8</errorMessage>
</BusinessHour.BussinessHourInsert>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of BusinessHourInsertResult
NameDescriptionTypeAdditional information
BusinessHourNum

integer

None.

BusinessHourType

string

None.

BusinessHourTypeDescription

string

None.

CloseDow

string

None.

CloseDowDescription

string

None.

CloseTime

string

None.

OpenDow

string

None.

OpenDowDescription

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",
    "CloseDowDescription": "sample string 5",
    "CloseTime": "sample string 6",
    "OpenDow": "sample string 7",
    "OpenDowDescription": "sample string 8",
    "OpenTime": "sample string 9",
    "SiteGroupNum": 1,
    "SubGroupList": "sample string 10"
  },
  {
    "BusinessHourNum": 1,
    "BusinessHourType": "sample string 2",
    "BusinessHourTypeDescription": "sample string 3",
    "CloseDow": "sample string 4",
    "CloseDowDescription": "sample string 5",
    "CloseTime": "sample string 6",
    "OpenDow": "sample string 7",
    "OpenDowDescription": "sample string 8",
    "OpenTime": "sample string 9",
    "SiteGroupNum": 1,
    "SubGroupList": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBusinessHourInsertResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models">
  <BusinessHourInsertResult>
    <BusinessHourNum>1</BusinessHourNum>
    <BusinessHourType>sample string 2</BusinessHourType>
    <BusinessHourTypeDescription>sample string 3</BusinessHourTypeDescription>
    <CloseDow>sample string 4</CloseDow>
    <CloseDowDescription>sample string 5</CloseDowDescription>
    <CloseTime>sample string 6</CloseTime>
    <OpenDow>sample string 7</OpenDow>
    <OpenDowDescription>sample string 8</OpenDowDescription>
    <OpenTime>sample string 9</OpenTime>
    <SiteGroupNum>1</SiteGroupNum>
    <SubGroupList>sample string 10</SubGroupList>
  </BusinessHourInsertResult>
  <BusinessHourInsertResult>
    <BusinessHourNum>1</BusinessHourNum>
    <BusinessHourType>sample string 2</BusinessHourType>
    <BusinessHourTypeDescription>sample string 3</BusinessHourTypeDescription>
    <CloseDow>sample string 4</CloseDow>
    <CloseDowDescription>sample string 5</CloseDowDescription>
    <CloseTime>sample string 6</CloseTime>
    <OpenDow>sample string 7</OpenDow>
    <OpenDowDescription>sample string 8</OpenDowDescription>
    <OpenTime>sample string 9</OpenTime>
    <SiteGroupNum>1</SiteGroupNum>
    <SubGroupList>sample string 10</SubGroupList>
  </BusinessHourInsertResult>
</ArrayOfBusinessHourInsertResult>