RoomType
Multiple ancestors
RoomType
is a descendant of:
HotelProduct
Fields
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
RoomTypes/RoomType | Room type details. | array of RoomType | 1..* | - |
RoomType /RoomTypeCode | The Booking.com room type ID. | string | 1..1 | Returned in OTA_HotelInvNotifRS on creation of the room type. |
RoomType /@MaxOccupancy | Specifies the maximum number of guests for all combinations of room type and rate plan in the product. | string | 0..1 | - |
XML
<RoomType
RoomTypeCode="146051004"
MaxOccupancy="3" />
RoomStay
Fields
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
RoomTypes/RoomType | Room type details. | object | 0..* | - |
RoomType /@RoomTypeCode | The Booking.com room type ID. | string | 1..1 | |
RoomType /RoomDescription | Contains a description of the room, as well as information about included meals and the number of children that can stay at no extra charge. | object | 1..1 | |
RoomType /Amenities | Contains room facilities included in the reservation. | array of Amenity | 1..1 | |
RoomType /AdditionalDetails | Room info as displayed on Booking.com at the time of reservation, modification, or cancellation (whichever applies). | array of AdditionalDetail | 1..1 |
XML
<RoomType RoomTypeCode="36745601"> <RoomDescription ... > ... </RoomDescription> <AdditionalDetails> ... </AdditionalDetails> <Amenities> ... </Amenities> </RoomType>