Amadeus Reservations · Example Payload

Flight Order Management Stakeholder Example

BookingFlightsHotelsReservationsTravel

Flight Order Management Stakeholder Example is an example object payload from Amadeus Reservations, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddateOfBirthgendernamedocuments

Example Payload

Raw ↑
{
  "id": "500123",
  "dateOfBirth": "2025-03-15",
  "gender": "sample-value",
  "name": "John Smith",
  "documents": [
    "sample-value"
  ]
}