Amadeus Reservations · Example Payload

Flight Order Management Base Name Example

BookingFlightsHotelsReservationsTravel

Flight Order Management Base Name 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

firstNamelastNamemiddleName

Example Payload

Raw ↑
{
  "firstName": "John Smith",
  "lastName": "John Smith",
  "middleName": "John Smith"
}