Amadeus Reservations · Example Payload

Hotel Booking Room Association Example

BookingFlightsHotelsReservationsTravel

Hotel Booking Room Association Example is an example object payload from Amadeus Reservations, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

guestReferencesspecialRequesthotelOfferId

Example Payload

Raw ↑
{
  "guestReferences": [
    {
      "guestReference": "sample-value",
      "hotelLoyaltyId": "3081031320523260"
    }
  ],
  "specialRequest": "TEST I will arrive at midnight",
  "hotelOfferId": "63A93695B58821ABB0EC2B33FE9FAB24D72BF34B1BD7D707293763D8D9378FC3"
}