Amadeus · Example Payload

Hotel Booking Guest Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Hotel Booking Guest Example is an example object payload from Amadeus, 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": 1
}