Amadeus · Example Payload

Transfer Book Service Provider Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

codenamelogoUrltermsUrlisPreferredsettingsbusinessIdentification

Example Payload

Raw ↑
{
  "code": "string-value",
  "name": "Sample Name",
  "logoUrl": "https://example.com/resource",
  "termsUrl": "https://example.com/resource",
  "isPreferred": true,
  "settings": [
    "BILLING_ADDRESS_REQUIRED"
  ],
  "businessIdentification": "string-value"
}