TransferResult
Properties
| Property | Type | Description |
|---|
quote_id | string | MD5 hash identifier for this quote (required for booking) |
price | number | |
image | string | |
supplier | string | |
vehicle | string | |
vehicle_class | string | |
currency | string | |
price_detail | string | |
inclusions | string | |
additional_info | string | |
cancellation | string | Cancellation policy details |
TransferSearchResponse
Properties
| Property | Type | Description |
|---|
search | string | Base64 encoded search parameters (required for booking) |
count | integer | |
results | array | |
TransferSearchRequest
Properties
| Property | Type | Description |
|---|
from | object | |
to | object | |
start_time_local | string | Pickup time in local timezone (ISO 8601) |
adults | integer | |
children | integer | |
infants | integer | |
currency | string | |
vehicle_class | string | Filter by vehicle class |
sort_by | string | Sort order for results |
TransferLocation
Pickup or drop-off location
Properties
| Property | Type | Description |
|---|
type | string | |
id | string | Hub ID (UNLOCODE for cruise ports, numeric for train stations). Not used for airports — use iata instead. |
iata | string | IATA code (airports only) |
title | string | |
address | string | Full address (for address type) |
latitude | number | |
longitude | number | |
place_id | string | Google Places ID (optional, for address type) |
TransferBookingRequest
Properties
| Property | Type | Description |
|---|
type | string | |
search | string | Base64 encoded search data from /return_transfers |
quote_id | string | Transfer quote ID from search results |
price | number | Expected price (for transfers) |
lead_pax | string | |
contact_phone | object | |
contact_email | string | |
arrival_flight_number | string | Inbound 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_airport | string | Origin airport code (transfer from airport) |
cruiseline | string | Cruise line name (transfer from cruise port) |
cruiseship | string | Cruise ship name (transfer from cruise port) |
ship_arrival_time | string | Ship arrival time (transfer from cruise port) |
train_number | string | Train number (transfer from train station) |
train_origin_departure_time | string | Train departure time from origin (transfer from train) |
departure_flight_number | string | Outbound 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_airport | string | Destination airport code (transfer to airport) |
departure_flight_time | string | Flight departure time (transfer to airport) |
departure_cruiseline | string | Cruise line (transfer to cruise port) |
departure_cruiseship | string | Ship name (transfer to cruise port) |
departure_ship_time | string | Ship departure time (transfer to cruise port) |
departure_train_number | string | Train number (transfer to train station) |
departure_train_time | string | Train departure time (transfer to train station) |