Amadeus · Example Payload

Transfer Book Transfer Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

transferTypestartendstopOverspassenegerCharacteristicsdurationvehicleserviceProviderpartnerInfoextraServicesequipmentcancellationRulesmethodsOfPaymentAccepteddiscountCodesdistance

Example Payload

Raw ↑
{
  "transferType": "PRIVATE",
  "start": {
    "dateTime": "2019-11-10T10:30:00",
    "locationCode": "CDG",
    "address": {
      "line": "string-value",
      "zip": "string-value",
      "countryCode": "FR",
      "cityName": "Paris",
      "stateCode": "string-value",
      "latitude": 43.580418,
      "longitude": 7.125102
    },
    "name": "Sample Name",
    "googlePlaceId": "ChIJrTLr-GyuEmsRBfy61i59si0",
    "uicCode": "string-value"
  },
  "end": {
    "dateTime": "2019-11-10T10:30:00",
    "locationCode": "CDG",
    "address": {
      "line": "string-value",
      "zip": "string-value",
      "countryCode": "FR",
      "cityName": "Paris",
      "stateCode": "string-value",
      "latitude": 43.580418,
      "longitude": 7.125102
    },
    "name": "Sample Name",
    "googlePlaceId": "ChIJrTLr-GyuEmsRBfy61i59si0",
    "uicCode": "string-value"
  },
  "stopOvers": [
    {
      "duration": "PT2H30M",
      "sequenceNumber": 1,
      "location": {
        "dateTime": "2019-11-10T10:30:00",
        "locationCode": "CDG",
        "name": "Sample Name",
        "googlePlaceId": "ChIJrTLr-GyuEmsRBfy61i59si0",
        "uicCode": "string-value"
      }
    }
  ],
  "passenegerCharacteristics": [
    {
      "passengerTypeCode": "child",
      "age": 12
    }
  ],
  "duration": "PT2H30M",
  "vehicle": {
    "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"
  },
  "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"
  },
  "partnerInfo": {
    "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"
    }
  },
  "extraServices": [
    {
      "code": "DSL",
      "itemId": "12345",
      "description": "Sample description text.",
      "metricType": "YEARS",
      "metricValue": "string-value",
      "isBookable": true,
      "taxIncluded": true,
      "includedInTotal": "199.50"
    }
  ],
  "equipment": [
    {
      "code": "BBS",
      "itemId": "12345",
      "description": "Sample description text.",
      "isBookable": true,
      "taxIncluded": true,
      "includedInTotal": "199.50"
    }
  ],
  "cancellationRules": [
    {
      "ruleDescription": "Sample description text.",
      "feeType": "PERCENTAGE",
      "feeValue": "string-value",
      "currencyCode": "EUR",
      "metricType": "MINUTES",
      "metricMin": "string-value",
      "metricMax": "string-value"
    }
  ],
  "methodsOfPaymentAccepted": [
    "CREDIT_CARD"
  ],
  "discountCodes": [
    {
      "type": "CD",
      "value": "string-value"
    }
  ],
  "distance": {
    "value": 152,
    "unit": "KM"
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/transfer-book-transfer-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.