Amadeus Reservations · Example Payload

Hotel Booking Guest Example

BookingFlightsHotelsReservationsTravel

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

Top-level fields

frequentTravelerphoneemailtitlefirstNamelastNamechildAge

Example Payload

Raw ↑
{
  "frequentTraveler": [
    {
      "airlineCode": "AF",
      "frequentTravelerId": "32546971326"
    }
  ],
  "phone": "+33679278416",
  "email": "test.test@test.com",
  "title": "MR",
  "firstName": "TEST",
  "lastName": "TEST",
  "childAge": 91
}