Retrieve transfer by ID
GET /Transfers/[id]
ID of the transfer
URI of transfer product
Name of transfer product
Currency
Total gross price for all customers on transfer
Gross price minus any commission for the transfer
• true Transfer is picking up customers from an airport • false Transfer is picking up customers from a non-airport location
• true Transfer is dropping off customers to an airport • false Transfer is dropping off customers to a non-airport location
Flight date for transfer
Flight time for transfer
Flight Number of the transfer
Provides information on whether transfer is complimentary or not
URI used to retrieve all customers on transfer
Key/value pairs indicating the number of customers per status on the transfer; e.g.: { "confirmed": 2, "cancelled" : 1 }
List of customer statuses along with url for each customer on that status
ID of the resource
URI of the resource
Sequence of product
URI of the resource
URI of the resource
Customers status
Url of Customers in relevant status
{
"product": {
"href": "/products/91066"
},
"transferName": "Airport to Nouvo City Hotel private transfer",
"currency": "AUD",
"totalPrice": 120,
"netPrice": 110.75,
"airportPickup": true,
"airportDropoff": true,
"flightDate": "2018-12-21",
"flightTime": "10:10",
"flightNumber": "UA105",
"isComplimentaryTransfer": false,
"customers": {
"href": "/transfers/887124/customers"
},
"customerStatuses": {
"confirmed": 2,
"tentative": 1
},
"customerStatusIds": [
{
"status": "tentative",
"customers": [
{
"href": "/context/5057124/customers/4945398"
},
{
"href": "/context/5057124/customers/4945398"
}
]
},
{
"status": "tentative",
"customers": [
{
"href": "/context/5057124/customers/4945398"
},
{
"href": "/context/5057124/customers/4945398"
}
]
}
],
"id": 887124,
"href": "transfers/887124",
"sequence": "202403312359580000"
}