Amadeus · Example Payload

Transfer Search Partner Info Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Transfer Search Partner Info Example is an example object payload from Amadeus, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

serviceProvider

Example Payload

Raw ↑
{
  "serviceProvider": {
    "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"
  }
}