Amadeus Reservations · Example Payload

Transfer Booking Service Provider Example

BookingFlightsHotelsReservationsTravel

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

Top-level fields

codenamelogoUrltermsUrlisPreferredcontactssettingsbusinessIdentification

Example Payload

Raw ↑
{
  "code": "AA",
  "name": "John Smith",
  "logoUrl": "sample-value",
  "termsUrl": "sample-value",
  "isPreferred": true,
  "contacts": "sample-value",
  "settings": [
    "CVV_NUMBER_REQUIRED"
  ],
  "businessIdentification": "sample-value"
}