5.173. RoomConfiguration
| Name | Description | Schema |
|---|---|---|
@AllowChildrenInRoom |
Whether children can stay in this room or not. |
boolean |
@BabyCots |
Whether baby cots/cribs can be accommodated in this room or not. |
boolean |
@ChildrenAllowedForFree |
Number of children allowed to stay in this room for free. Allow value from 0 to 9. |
integer (int32) |
@MaxAdultsOccupancy |
Maximum occupancy of adults per room. |
integer (int32) |
@MaxChildrenInRoom |
Deprecated: This attribute is deprecated, use AllowChildrenInRoom instead. Maximum number of children allowed in the room. Value must be between 0 and MaxOccupancy - 1. |
integer (int32) |
@MaxChildrenOccupancy |
Maximum occupancy of children per room. |
integer (int32) |
@MaxExtraBeds |
Maximum number of extra beds allowed. (Overlay) Value must be between 0 and 15. |
integer (int32) |
@MaxInfantsInRoom |
Maximum number of infants allowed in the room. (Overlay) Value must be between 0 and MaxOccupancy - 1. |
integer (int32) |
@MaximumRate |
Maximum rate at which the room can be sold at. Same currency as Property needs to be used. This does not restrict to updates via our ARI API’s. Setting this value will restrict users from manually updating rates via YCS. (Overlay) Value should be > MinimumRate and must be between 0 and 999999999. |
number (double) |
@MinimumRate |
Minimum rate at which the room can be sold at. Same currency as Property needs to be used. This does not restrict to updates via our ARI API’s. Setting this value will restrict users from manually updating rates via YCS. (Overlay) Value should be < MaximumRateValue and must be between 0 and 999999999. |
number (double) |
@NumberOfBathroom |
Number of bathroom in this room. (Overlay) |
integer (int32) |
@NumberOfBedroom |
Number of bedroom in this room. (Overlay) |
integer (int32) |
@RackRate |
This is the full price rate for the room type. Same currency as Property needs to be used. (Overlay) Value must be between 0 and 999999999. |
number (double) |
@RoomViewCode |
Identifier for the room view type. (Overlay) See: Get a list of supported views |
integer (int32) |
@SizeMeasurement |
Textual description of room dimensions. Unit: square meters (m2). (Overlay) |
integer (int32) |
@StandardRate |
This is used as a default rate when updating rates in the extranet manually. (Overlay) Value must be between 0 and 999999999. |
number (double) |
