Amadeus · Example Payload

Hotel Booking V1 Stakeholder Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

idnamecontact

Example Payload

Raw ↑
{
  "id": 1,
  "name": {
    "title": "MR",
    "firstName": "BOB",
    "lastName": "SMITH"
  },
  "contact": {
    "phone": "+33679278416",
    "email": "bob.smith@email.com"
  }
}