Last updated

RoomType

Multiple ancestors

RoomType is a descendant of:

HotelProduct

Fields

FieldDescriptionTypeMin/maxNotes
RoomTypes/
RoomType
Room type details.array of RoomType1..*-
RoomType/
RoomTypeCode
The Booking.com room type ID.string1..1Returned 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.string0..1-

XML

<RoomType
  RoomTypeCode="146051004"
  MaxOccupancy="3" />

RoomStay

Fields

FieldDescriptionTypeMin/maxNotes
RoomTypes/
RoomType
Room type details.object0..*-
RoomType/
@RoomTypeCode
The Booking.com room type ID.string1..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.object1..1
RoomType/
Amenities
Contains room facilities included in the reservation.array of Amenity1..1
RoomType/
AdditionalDetails
Room info as displayed on Booking.com at the time of reservation, modification, or cancellation (whichever applies).array of AdditionalDetail1..1

XML

<RoomType
  RoomTypeCode="36745601">
   <RoomDescription ... >
     ...
   </RoomDescription>
   <AdditionalDetails>
    ...
   </AdditionalDetails>
   <Amenities>
    ...
   </Amenities>
</RoomType>