roomAssociation

Room Association represents a room booked in an hotel, the guests sleeping in this room, the hotel loyalty program if any, plus special request if any.

BookingFlightsHotelsReservationsTravel

Properties

Name Type Description
guestReferences array Array of guest references listing all the guests occupying the room. For each guest, the reference provided is the id also provided in guest section, except at booking creation time (in this only case
specialRequest string special request to send to the reception (optional)
hotelOfferId string Hotel offerID received in availability response, identifying the product to book.
View JSON Schema on GitHub