Amadeus · Example Payload

Transfer Search Vehicle Example

Sample description text.

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

codecategorydescriptionseatsbaggagesimageURL

Example Payload

Raw ↑
{
  "code": "CAR",
  "category": "ST",
  "description": "Sample description text.",
  "seats": [
    {
      "count": 3,
      "row": "front",
      "size": "XL"
    }
  ],
  "baggages": [
    {
      "count": 3,
      "size": "S"
    }
  ],
  "imageURL": "https://example.com/resource"
}