Amadeus Reservations · Example Payload

Transfer Booking Address Example

BookingFlightsHotelsReservationsTravel

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

Top-level fields

linezipcountryCodecityNamestateCodelatitudelongitude

Example Payload

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