Amadeus Reservations · Example Payload

Flight Create Orders Address Example

BookingFlightsHotelsReservationsTravel

Flight Create Orders Address Example is an example object payload from Amadeus Reservations, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

linespostalCodecountryCodecityNamestateNamepostalBox

Example Payload

Raw ↑
{
  "lines": [
    "sample-value"
  ],
  "postalCode": "AA",
  "countryCode": "AA",
  "cityName": "John Smith",
  "stateName": "John Smith",
  "postalBox": "sample-value"
}