Amadeus Reservations · Example Payload

Transfer Booking Address Common Example

BookingFlightsHotelsReservationsTravel

Transfer Booking Address Common 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

linezipcountryCodecityNamestateCode

Example Payload

Raw ↑
{
  "line": "sample-value",
  "zip": "sample-value",
  "countryCode": "AA",
  "cityName": "John Smith",
  "stateCode": "AA"
}