Amadeus Reservations · JSON Structure

Transfer Booking Transfer Structure

Transfer schema

Type: object Properties: 17 Required: 6
BookingFlightsHotelsReservationsTravel

Transfer is a JSON Structure definition published by Amadeus Reservations, describing 17 properties, of which 6 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

transferType start end stopOvers passenegerCharacteristics duration vehicle serviceProvider partnerInfo quotation converted extraServices equipment cancellationRules methodsOfPaymentAccepted discountCodes distance

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-structure/transfer-booking-transfer-structure.json",
  "name": "Transfer",
  "description": "Transfer schema",
  "type": "object",
  "properties": {
    "transferType": {
      "type": "string",
      "enum": [
        "PRIVATE",
        "SHARED",
        "TAXI",
        "HOURLY",
        "AIRPORT_EXPRESS",
        "AIRPORT_BUS"
      ],
      "description": "amadeus transfer service type\n\nvalue           | description                                 \n--------------  | ------------------------\nPRIVATE         | Private transfer from point to point\nSHARED          | Shared transfer from point to point\nTAXI            | Taxi reservation from point to point, price is estimated\nHOURLY          | Chauffeured driven transfer per hour\nAIRPORT_EXPRESS | Express Train from/to Airport\nAIRPORT_BUS     | Express Bus from/to Airport\n"
    },
    "start": {
      "$ref": "#/definitions/Location"
    },
    "end": {
      "$ref": "#/definitions/Location"
    },
    "stopOvers": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/StopOver"
      }
    },
    "passenegerCharacteristics": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/PassengerCharacteristics"
      }
    },
    "duration": {
      "description": "transfer duration in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) PnYnMnDTnHnMnS format, e.g. PT2H10M",
      "type": "string",
      "example": "PT2H30M"
    },
    "vehicle": {
      "$ref": "#/definitions/Vehicle"
    },
    "serviceProvider": {
      "$ref": "#/definitions/ServiceProvider"
    },
    "partnerInfo": {
      "$ref": "#/definitions/PartnerInfo"
    },
    "quotation": {
      "$ref": "#/definitions/Quotation"
    },
    "converted": {
      "$ref": "#/definitions/Quotation"
    },
    "extraServices": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/ExtraService"
      }
    },
    "equipment": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/Equipment"
      }
    },
    "cancellationRules": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/CancellationRule"
      }
    },
    "methodsOfPaymentAccepted": {
      "type": "array",
      "description": "list of payment methods, allowed by provider",
      "items": {
        "type": "string",
        "description": "Method of payment required when PaymentType equal BT (applicable only for reservation action).",
        "enum": [
          "CREDIT_CARD",
          "INVOICE",
          "TRAVEL_ACCOUNT",
          "PAYMENT_SERVICE_PROVIDER"
        ]
      }
    },
    "discountCodes": {
      "type": "array",
      "description": "list of discount codes",
      "items": {
        "$ref": "#/definitions/DiscountCode"
      }
    },
    "distance": {
      "$ref": "#/definitions/Distance"
    }
  },
  "required": [
    "transferType",
    "start",
    "serviceProvider",
    "vehicle",
    "quotation",
    "methodsOfPaymentAccepted"
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 JSON Structure
curl "https://apis.io/api/v1/json-structures/transfer-booking-transfer-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.