Skip to content

Transfer Schemas

TransferResult

Properties

PropertyTypeDescription
quote_idstringMD5 hash identifier for this quote (required for booking)
pricenumber
imagestring
supplierstring
vehiclestring
vehicle_classstring
currencystring
price_detailstring
inclusionsstring
additional_infostring
cancellationstringCancellation policy details

TransferSearchResponse

Properties

PropertyTypeDescription
searchstringBase64 encoded search parameters (required for booking)
countinteger
resultsarray

TransferSearchRequest

Properties

PropertyTypeDescription
fromobject
toobject
start_time_localstringPickup time in local timezone (ISO 8601)
adultsinteger
childreninteger
infantsinteger
currencystring
vehicle_classstringFilter by vehicle class
sort_bystringSort order for results

TransferLocation

Pickup or drop-off location

Properties

PropertyTypeDescription
typestring
idstringHub ID (UNLOCODE for cruise ports, numeric for train stations). Not used for airports — use iata instead.
iatastringIATA code (airports only)
titlestring
addressstringFull address (for address type)
latitudenumber
longitudenumber
place_idstringGoogle Places ID (optional, for address type)

TransferBookingRequest

Properties

PropertyTypeDescription
typestring
searchstringBase64 encoded search data from /return_transfers
quote_idstringTransfer quote ID from search results
pricenumberExpected price (for transfers)
lead_paxstring
contact_phoneobject
contact_emailstring
arrival_flight_numberstringInbound flight identifier — 2-character IATA airline code followed by the numeric flight number. A space between code and number is recommended (EI 123); a compact form (EI123) is also accepted and normalised before dispatch to the chauffeur service. Required when from.type is airport.
origin_airportstringOrigin airport code (transfer from airport)
cruiselinestringCruise line name (transfer from cruise port)
cruiseshipstringCruise ship name (transfer from cruise port)
ship_arrival_timestringShip arrival time (transfer from cruise port)
train_numberstringTrain number (transfer from train station)
train_origin_departure_timestringTrain departure time from origin (transfer from train)
departure_flight_numberstringOutbound flight identifier — 2-character IATA airline code followed by the numeric flight number. A space between code and number is recommended (EI 123); a compact form (EI123) is also accepted and normalised before dispatch to the chauffeur service. Required when to.type is airport.
destination_airportstringDestination airport code (transfer to airport)
departure_flight_timestringFlight departure time (transfer to airport)
departure_cruiselinestringCruise line (transfer to cruise port)
departure_cruiseshipstringShip name (transfer to cruise port)
departure_ship_timestringShip departure time (transfer to cruise port)
departure_train_numberstringTrain number (transfer to train station)
departure_train_timestringTrain departure time (transfer to train station)