GET hotel/getRoomRateSchedules?BusinessID={BusinessID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of p_GetRoomRateSchedulesByBusinessResult| Name | Description | Type | Additional information |
|---|---|---|---|
| RoomRateScheduleID | integer |
None. |
|
| ClassificationID | integer |
None. |
|
| EnterDayOfWeek | integer |
None. |
|
| EnterTime | string |
None. |
|
| ExitDayOfWeek | integer |
None. |
|
| ExitTime | string |
None. |
|
| Price | decimal number |
None. |
|
| PriceVip | decimal number |
None. |
|
| Promotion | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RoomRateScheduleID": 1,
"ClassificationID": 2,
"EnterDayOfWeek": 3,
"EnterTime": "sample string 4",
"ExitDayOfWeek": 5,
"ExitTime": "sample string 6",
"Price": 7.0,
"PriceVip": 8.0,
"Promotion": 9.0
},
{
"RoomRateScheduleID": 1,
"ClassificationID": 2,
"EnterDayOfWeek": 3,
"EnterTime": "sample string 4",
"ExitDayOfWeek": 5,
"ExitTime": "sample string 6",
"Price": 7.0,
"PriceVip": 8.0,
"Promotion": 9.0
}
]
application/xml, text/xml
Sample:
<ArrayOfp_GetRoomRateSchedulesByBusinessResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DDGData">
<p_GetRoomRateSchedulesByBusinessResult>
<ClassificationID>2</ClassificationID>
<EnterDayOfWeek>3</EnterDayOfWeek>
<EnterTime>sample string 4</EnterTime>
<ExitDayOfWeek>5</ExitDayOfWeek>
<ExitTime>sample string 6</ExitTime>
<Price>7</Price>
<PriceVip>8</PriceVip>
<Promotion>9</Promotion>
<RoomRateScheduleID>1</RoomRateScheduleID>
</p_GetRoomRateSchedulesByBusinessResult>
<p_GetRoomRateSchedulesByBusinessResult>
<ClassificationID>2</ClassificationID>
<EnterDayOfWeek>3</EnterDayOfWeek>
<EnterTime>sample string 4</EnterTime>
<ExitDayOfWeek>5</ExitDayOfWeek>
<ExitTime>sample string 6</ExitTime>
<Price>7</Price>
<PriceVip>8</PriceVip>
<Promotion>9</Promotion>
<RoomRateScheduleID>1</RoomRateScheduleID>
</p_GetRoomRateSchedulesByBusinessResult>
</ArrayOfp_GetRoomRateSchedulesByBusinessResult>