RoomStay

Fields

Field Description Type Min/max Notes
RoomStays/
RoomStay
Details of one room in a reservation. object 0..* -
RoomStay/
@IndexNumber
Booking.com's unique index number for the room within the reservation. integer 1..1 -
RoomStay/
RoomTypes
Room types associated with the current RoomStay. array of RoomType 1..1 -
RoomStay/
RatePlans
Rate plans associated with the current RoomStay. array of RatePlan 1..1 -
RoomStay/
RoomRates
Price(s) for the current RoomStay. array of RoomRate 1..1 -
RoomStay/
GuestCounts
Details about the number of guests in the current RoomStay. array of GuestCount 1..1 -
RoomStay/
Total
Total price details for the RoomStay. object 1..1 -
RoomStay/
BasicPropertyInfo
Information about the property. object 1..1 -
RoomStay/
ResGuestRPHs
Contains an array of index numbers that work as cross-references to link guests (ResGuest) to rooms RoomStay. array of ResGuestRPH 1..1 -
RoomStay/
Comments
Free-text comment entered by booker for this particular room. array of Comment 1..1 -
RoomStay/
SpecialRequests
Special requests entered by booker (e.g. check-in time, extra bed, airport shuttle). array of SpecialRequest 1..1 -
RoomStay/
ServiceRPHs
Index numbers for services in the RoomStay, for cross-referencing with Service@ServiceRPH. array of ServiceRPH 1..1 -

XML

<RoomStay
  IndexNumber="369">
  <RoomTypes>
    ...
  </RoomTypes>
  <RatePlans>
    ...
  </RatePlans>
  <RoomRates>
    ...
  </RoomRates>
  <GuestCounts>
    ...
  </GuestCounts>
  <Total ... >
  <BasicPropertyInfo ... />
  <ResGuestRPHs>
    ...
  </ResGuestRPHs>
  <Comments>
    ...
  </Comments>
  <SpecialRequests>
    ...
  </SpecialRequests>
  <ServiceRPHs>
    ...
  </ServiceRPHs>
</RoomStay>