HotelBooking

An hotel booking represent one or several rooms booked in the same physical hotel. There is always a reference to this booking, provided by the hotel provider, stored in associated records section.

BookingFlightsHotelsReservationsTravel

Properties

Name Type Description
type string Type of data - set to "hotel-booking".
id string Unique ID of the hotel booking ID. It is computed by Amadeus System based on technical data.
bookingStatus string Status of the booking - Possible values - "CONFIRMED" - "PENDING" for on-request - "CANCELLED" (It will be returned only in the retrieve byHistory as it repreents a DELETED resource.) - "On HOLD" for
roomAssociations array Array of room associations. Each room association correlates one single room to guest(s), a payment and an hotel offer. If multiple identical rooms are requested, one roomAssociation is created per ho
hotelOffer object
hotel object Hotel Content
hotelProviderInformation array References and origin of the hotel bookings records
payment object
travelAgentId string Travel Agent ID also called Booking source or IATA number. - When received in booking request, it indicates that the travel agent wants to override the booking source receiving the commission. - If no
arrivalInformation object Optional information on the way the guest is arriving to the hotel. Today the application only supports Flight details. If this information is provided at booking creation time, it is displayed in the
View JSON Schema on GitHub