Last updated

RoomStay

Fields

FieldDescriptionTypeMin/maxNotes
RoomStays/
RoomStay
Details of one room in a reservation.object0..*-
RoomStay/
@IndexNumber
Booking.com's unique index number for the room within the reservation.integer1..1-
RoomStay/
RoomTypes
Room types associated with the current RoomStay.array of RoomType1..1-
RoomStay/
RatePlans
Rate plans associated with the current RoomStay.array of RatePlan1..1-
RoomStay/
RoomRates
Price(s) for the current RoomStay.array of RoomRate1..1-
RoomStay/
GuestCounts
Details about the number of guests in the current RoomStay.array of GuestCount1..1-
RoomStay/
Total
Total price details for the RoomStay.object1..1-
RoomStay/
BasicPropertyInfo
Information about the property.object1..1-
RoomStay/
ResGuestRPHs
Contains an array of index numbers that work as cross-references to link guests (ResGuest) to rooms RoomStay.array of ResGuestRPH1..1-
RoomStay/
Comments
Free-text comment entered by booker for this particular room.array of Comment1..1-
RoomStay/
SpecialRequests
Special requests entered by booker (e.g. check-in time, extra bed, airport shuttle).array of SpecialRequest1..1-
RoomStay/
ServiceRPHs
Index numbers for services in the RoomStay, for cross-referencing with Service@ServiceRPH.array of ServiceRPH1..1-

XML

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