All about Quotes
AssumptionsIn this working example we are assuming you have a proper username and password. We will refer from here as {username} and {password}.
Each time we have a variable, for example the authentication token, we will write it with brackets. For example {example}.
All end points need a token to be authenticated.
Search Quotes
Search quote endpoint
curl -X POST \
https://api.staging.suntransfers.biz/v1/quotes \
-H 'Authorization: Bearer {token}' \
-H 'Content-Type: application/json' \
-d '{
"currency": "EUR",
"origin": "location:32",
"destination": "location:33",
"passengers": "2,1,1",
"outwardDate": "2026-12-29T06:30:00",
"returnDate": "2026-12-30T01:45:00",
"exchangeCurrencies": [
"USD",
"JPY"
]
}'curl -X POST \
https://api.staging.suntransfers.biz/v1/quotes \
-H 'Authorization: Bearer {token}' \
-H 'Content-Type: application/json' \
-d '{
"currency": "EUR",
"origin": "iata:BCN",
"destination": "giata:99782",
"passengers": "2,1,1",
"outwardDate": "2026-12-29T06:30:00",
"returnDate": "2026-12-30T01:45:00",
"exchangeCurrencies": [
"USD",
"JPY"
]
}'{
"restrictions": {
"type": "extras",
"name": "children_seat_compulsory"
},
"route": {
"id": 77,
"minutes": 30,
"kilometers": 15,
"origin": {
"id": 32,
"name": "Barcelona airport"
},
"destination": {
"id": 33,
"name": "Barcelona city (all areas)"
},
"outward_pickup_date_time": "2026-12-29 06:30:00",
"return_pickup_date_time": "2026-12-29 23:05:00"
},
"quotes": [
{
"id": "fb6700d3-fdcb-4795-85a2-1e66102e42ce",
"vehicle": {
"id": 59,
"code": "sh",
"type": "shuttle_bus",
"title": "Shuttle Bus",
"model": "",
"description": "Shared shuttle transport service, with luggage entitlement of 1 medium suitcase and 1 small hand luggage item per passenger.",
"max_passengers": 0,
"max_luggage": 1,
"is_shared": true
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 3,
"unitary_price": {
"currency": "EUR",
"value": 6.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 3,
"unitary_price": {
"currency": "EUR",
"value": 6.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "child_booster_seat",
"max_quantity": 3,
"unitary_price": {
"currency": "EUR",
"value": 6.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Booster seat"
},
{
"code": "baby_seat",
"max_quantity": 3,
"unitary_price": {
"currency": "EUR",
"value": 6.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Child seat"
}
],
"price": {
"currency": "EUR",
"value": 37.3282,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 43.827,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 6486.148,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 37.3282,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3697892,
"rate_id": 9213
},
"minutes": 48
},
{
"id": "adbebded-73e3-4263-83d5-4b7ee5310600",
"vehicle": {
"id": 88,
"code": "expsh5",
"type": "express_shuttle",
"title": "Express Shuttle",
"model": "",
"description": "Shared shuttle transport service, with luggage entitlement of 1 medium suitcase and 1 small hand luggage item per passenger.",
"max_passengers": 0,
"max_luggage": 1,
"is_shared": true
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 3,
"unitary_price": {
"currency": "EUR",
"value": 6.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 3,
"unitary_price": {
"currency": "EUR",
"value": 6.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "child_booster_seat",
"max_quantity": 3,
"unitary_price": {
"currency": "EUR",
"value": 6.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Booster seat"
},
{
"code": "baby_seat",
"max_quantity": 3,
"unitary_price": {
"currency": "EUR",
"value": 6.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Child seat"
}
],
"price": {
"currency": "EUR",
"value": 74.6562,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 87.6538,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 12972.2613,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 74.6562,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 4001478,
"rate_id": 9213
},
"minutes": 45
},
{
"id": "54a7ef5b-573c-4b30-a319-89065c1b793c",
"vehicle": {
"id": 1,
"code": "tx4",
"type": "taxi",
"title": "Private Transfer",
"model": "",
"description": "Door-to-door Private Transfer service for 4 x passengers and 4 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 4,
"max_luggage": 4,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 3,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "child_booster_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Booster seat"
},
{
"code": "baby_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Child seat"
}
],
"price": {
"currency": "EUR",
"value": 83.615,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 98.1724,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 14528.9424,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 83.615,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3715273,
"rate_id": 9263
},
"minutes": 30
},
{
"id": "519247be-0312-45a3-ad1d-ec5e33f8ef69",
"vehicle": {
"id": 66,
"code": "premtx4",
"type": "premium_taxi",
"title": "Premium Transfer",
"model": "premium_taxi",
"description": "Door-to-door Premium Transfer service for 4 x passengers and 4 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 4,
"max_luggage": 4,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "child_booster_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Booster seat"
},
{
"code": "baby_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Child seat"
}
],
"price": {
"currency": "EUR",
"value": 275.9294,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 323.9687,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 47945.4925,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 275.9294,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3873256,
"rate_id": 9534
},
"minutes": 30
},
{
"id": "bd8fcc42-3849-442a-88e1-85afd07c7695",
"vehicle": {
"id": 62,
"code": "viptx4",
"type": "VIP_car",
"title": "VIP Car",
"model": "VIP_car",
"description": "Door-to-door VIP Car service for 4 x passengers and 4 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 4,
"max_luggage": 4,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "child_booster_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Booster seat"
},
{
"code": "baby_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Child seat"
}
],
"price": {
"currency": "EUR",
"value": 365.6065,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 429.2586,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 63527.7854,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 365.6065,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3873254,
"rate_id": 9534
},
"minutes": 30
},
{
"id": "986526c1-bc76-4c21-b7e3-866520ca1e20",
"vehicle": {
"id": 2,
"code": "mv5",
"type": "minivan",
"title": "Private Minivan",
"model": "",
"description": "Door-to-door Private Minivan service for 5 x passengers and 5 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 5,
"max_luggage": 5,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 3,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "child_booster_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Booster seat"
},
{
"code": "baby_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Child seat"
}
],
"price": {
"currency": "EUR",
"value": 107.505,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 126.2216,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 18680.0688,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 107.505,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3715274,
"rate_id": 9263
},
"minutes": 30
},
{
"id": "4470f33e-3d98-4f45-b1b7-26620c4703d4",
"vehicle": {
"id": 3,
"code": "mv6",
"type": "minivan",
"title": "Private Minivan",
"model": "",
"description": "Door-to-door Private Minivan service for 6 x passengers and 6 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 6,
"max_luggage": 6,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 3,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "child_booster_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Booster seat"
},
{
"code": "baby_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Child seat"
}
],
"price": {
"currency": "EUR",
"value": 113.4774,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 133.2338,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 19717.833,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 113.4774,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3715275,
"rate_id": 9263
},
"minutes": 30
},
{
"id": "426d1017-1522-4c51-9108-9f83a120b1f1",
"vehicle": {
"id": 63,
"code": "premmv6",
"type": "premium_minivan",
"title": "Premium Minivan",
"model": "premium_minivan",
"description": "Door-to-door Premium Minivan service for 6 x passengers and 6 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 6,
"max_luggage": 6,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 3,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 3,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "child_booster_seat",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Booster seat"
},
{
"code": "baby_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Child seat"
},
{
"code": "wheelchair",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Wheelchair (folding type only)"
},
{
"code": "bicycle",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Bicycle"
}
],
"price": {
"currency": "EUR",
"value": 303.5222,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 356.3654,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 52740.0175,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 303.5222,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3873255,
"rate_id": 9534
},
"minutes": 30
},
{
"id": "a9907320-d763-4520-a273-100248050a00",
"vehicle": {
"id": 5,
"code": "mv7",
"type": "minivan",
"title": "Private Minivan",
"model": "",
"description": "Door-to-door Private Minivan service for 7 x passengers and 7 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 7,
"max_luggage": 7,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 4,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 4,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "child_booster_seat",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Booster seat"
},
{
"code": "baby_seat",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Child seat"
},
{
"code": "wheelchair",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Wheelchair (folding type only)"
},
{
"code": "bicycle",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Bicycle"
}
],
"price": {
"currency": "EUR",
"value": 317.3187,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 372.5639,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 55137.2973,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 317.3187,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3873252,
"rate_id": 9534
},
"minutes": 30
},
{
"id": "86f67838-7031-4af0-8e03-f30e3b094678",
"vehicle": {
"id": 69,
"code": "premmv7",
"type": "premium_minivan",
"title": "Premium Minivan",
"model": "premium_minivan",
"description": "Door-to-door Premium Minivan service for 7 x passengers and 7 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 7,
"max_luggage": 7,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 4,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 4,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "child_booster_seat",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Booster seat"
},
{
"code": "baby_seat",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Child seat"
},
{
"code": "wheelchair",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Wheelchair (folding type only)"
},
{
"code": "bicycle",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Bicycle"
}
],
"price": {
"currency": "EUR",
"value": 331.1152,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 388.7624,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 57534.5772,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 331.1152,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3873257,
"rate_id": 9534
},
"minutes": 30
},
{
"id": "902910ba-773f-4c87-832b-1487bbfc2496",
"vehicle": {
"id": 10,
"code": "mb12",
"type": "minibus",
"title": "Private Minibus",
"model": "",
"description": "Door-to-door Private Minibus service for 12 x passengers and 12 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 12,
"max_luggage": 12,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "wheelchair",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Wheelchair (folding type only)"
},
{
"code": "bicycle",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Bicycle"
}
],
"price": {
"currency": "EUR",
"value": 140.3536,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 164.7892,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 24387.8415,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 140.3536,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3549562,
"rate_id": 8835
},
"minutes": 30
},
{
"id": "340cedd3-c8fc-4618-ad1c-7458fab45151",
"vehicle": {
"id": 11,
"code": "mch13",
"type": "minicoach",
"title": "Private Minicoach",
"model": "",
"description": "Door-to-door Private Minicoach service for 13 x passengers and 13 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 13,
"max_luggage": 13,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "wheelchair",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Wheelchair (folding type only)"
},
{
"code": "bicycle",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Bicycle"
}
],
"price": {
"currency": "EUR",
"value": 143.34,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 168.2955,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 24906.7584,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 143.34,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3549563,
"rate_id": 8835
},
"minutes": 30
},
{
"id": "f9763136-1c92-4a56-bdae-44e4e3891492",
"vehicle": {
"id": 14,
"code": "mch16",
"type": "minicoach",
"title": "Private Minicoach",
"model": "",
"description": "Door-to-door Private Minicoach service for 16 x passengers and 16 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 16,
"max_luggage": 16,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 4,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 4,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "wheelchair",
"max_quantity": 4,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Wheelchair (folding type only)"
},
{
"code": "bicycle",
"max_quantity": 4,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Bicycle"
}
],
"price": {
"currency": "EUR",
"value": 179.1748,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 210.3691,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 31133.4132,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 179.1748,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3549564,
"rate_id": 8835
},
"minutes": 30
},
{
"id": "e7e089d0-62f5-4e4c-8b75-d8cc55076d51",
"vehicle": {
"id": 16,
"code": "mch18",
"type": "minicoach",
"title": "Private Minicoach",
"model": "",
"description": "Door-to-door Private Minicoach service for 18 x passengers and 18 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 18,
"max_luggage": 18,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 4,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 4,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "wheelchair",
"max_quantity": 4,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Wheelchair (folding type only)"
},
{
"code": "bicycle",
"max_quantity": 4,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Bicycle"
}
],
"price": {
"currency": "EUR",
"value": 194.1062,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 227.9001,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 33727.8933,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 194.1062,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3549565,
"rate_id": 8835
},
"minutes": 30
},
{
"id": "e4669b64-9e96-4ac8-9520-d50047c9e38f",
"vehicle": {
"id": 18,
"code": "mch20",
"type": "minicoach",
"title": "Private Minicoach",
"model": "",
"description": "Door-to-door Private Minicoach service for 20 x passengers and 20 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 20,
"max_luggage": 20,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 5,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 4,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "wheelchair",
"max_quantity": 6,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Wheelchair (folding type only)"
},
{
"code": "bicycle",
"max_quantity": 6,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Bicycle"
}
],
"price": {
"currency": "EUR",
"value": 203.0648,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 238.4184,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 35284.5396,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 203.0648,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3549566,
"rate_id": 8835
},
"minutes": 30
},
{
"id": "5e191616-3d22-4919-b58f-afc6cbc8c520",
"vehicle": {
"id": 22,
"code": "mch24",
"type": "minicoach",
"title": "Private Minicoach",
"model": "",
"description": "Door-to-door Private Minicoach service for 24 x passengers and 24 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 24,
"max_luggage": 24,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 5,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 6,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "wheelchair",
"max_quantity": 6,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Wheelchair (folding type only)"
},
{
"code": "bicycle",
"max_quantity": 6,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Bicycle"
}
],
"price": {
"currency": "EUR",
"value": 226.9548,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 266.4676,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 39435.666,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 226.9548,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3549567,
"rate_id": 8835
},
"minutes": 30
},
{
"id": "c878bf83-a9fc-4f1b-b247-2b54c5b34272",
"vehicle": {
"id": 24,
"code": "mch26",
"type": "minicoach",
"title": "Private Minicoach",
"model": "",
"description": "Door-to-door Private Minicoach service for 26 x passengers and 26 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 26,
"max_luggage": 26,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 5,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 6,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "wheelchair",
"max_quantity": 6,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Wheelchair (folding type only)"
},
{
"code": "bicycle",
"max_quantity": 6,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Bicycle"
}
],
"price": {
"currency": "EUR",
"value": 235.9136,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 276.9862,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 40992.3471,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 235.9136,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3549568,
"rate_id": 8835
},
"minutes": 30
},
{
"id": "0709d61d-faa1-4d62-a8bd-1825f83ed8f2",
"vehicle": {
"id": 30,
"code": "mch32",
"type": "minicoach",
"title": "Private Minicoach",
"model": "",
"description": "Door-to-door Private Minicoach service for 32 x passengers and 32 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 32,
"max_luggage": 32,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 13,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 8,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "wheelchair",
"max_quantity": 6,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Wheelchair (folding type only)"
},
{
"code": "bicycle",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Bicycle"
}
],
"price": {
"currency": "EUR",
"value": 337.446,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 396.1953,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 58634.617,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 337.446,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3549569,
"rate_id": 8835
},
"minutes": 30
},
{
"id": "525c16a3-e4c9-458c-985e-9dd8c55f0454",
"vehicle": {
"id": 33,
"code": "mch35",
"type": "minicoach",
"title": "Private Minicoach",
"model": "",
"description": "Door-to-door Private Minicoach service for 35 x passengers and 35 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 35,
"max_luggage": 35,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "wheelchair",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Wheelchair (folding type only)"
},
{
"code": "bicycle",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Bicycle"
}
],
"price": {
"currency": "EUR",
"value": 346.4048,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 406.7139,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 60191.298,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 346.4048,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3549570,
"rate_id": 8835
},
"minutes": 30
},
{
"id": "eb5de6bf-56c9-4642-a712-6308e8201b98",
"vehicle": {
"id": 38,
"code": "ch40",
"type": "coach",
"title": "Private Coach",
"model": "",
"description": "Door-to-door Private Coach service for 40 x passengers and 40 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 40,
"max_luggage": 40,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 12,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "wheelchair",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Wheelchair (folding type only)"
},
{
"code": "bicycle",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Bicycle"
}
],
"price": {
"currency": "EUR",
"value": 298.6248,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 350.6154,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 51889.0452,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 298.6248,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3549571,
"rate_id": 8835
},
"minutes": 30
},
{
"id": "83b88c85-f954-4f39-9599-9ffb9f410198",
"vehicle": {
"id": 50,
"code": "ch52",
"type": "coach",
"title": "Private Coach",
"model": "",
"description": "Door-to-door Private Coach service for 52 x passengers and 52 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 52,
"max_luggage": 52,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 14,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 12,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "wheelchair",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Wheelchair (folding type only)"
},
{
"code": "bicycle",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Bicycle"
}
],
"price": {
"currency": "EUR",
"value": 459.8822,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 539.9477,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 79909.1311,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 459.8822,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3549572,
"rate_id": 8835
},
"minutes": 30
},
{
"id": "0d03d6c3-6406-45b4-bbab-f868515712cb",
"vehicle": {
"id": 53,
"code": "ch55",
"type": "coach",
"title": "Private Coach",
"model": "",
"description": "Door-to-door Private Coach service for 55 x passengers and 55 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 55,
"max_luggage": 55,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 14,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 14,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "wheelchair",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Wheelchair (folding type only)"
},
{
"code": "bicycle",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Bicycle"
}
],
"price": {
"currency": "EUR",
"value": 471.8272,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 553.9723,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 81984.6943,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 471.8272,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3549573,
"rate_id": 8835
},
"minutes": 30
},
{
"id": "00cb87ee-190d-11e9-be88-0639f1097e65",
"vehicle": {
"id": 54,
"code": "ch60",
"type": "coach",
"title": "Private Coach",
"model": "",
"description": "Door-to-door Private Coach service for 60 x passengers and 60 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 60,
"max_luggage": 60,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "wheelchair",
"max_quantity": 5,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Wheelchair (folding type only)"
},
{
"code": "bicycle",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Bicycle"
}
],
"price": {
"currency": "EUR",
"value": 559.7722,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 657.2285,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 97266.0175,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 559.7722,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3161700,
"rate_id": 7795
},
"minutes": 30
},
{
"id": "00cb8884-190d-11e9-be88-0639f1097e65",
"vehicle": {
"id": 79,
"code": "ch70",
"type": "coach",
"title": "Private Coach",
"model": "",
"description": "Door-to-door Private Coach service for 70 x passengers and 70 x medium suitcases. Small items that can be carried in the passenger footwell, such as a camera case, handbag or small shoulder bag do not need to be declared.",
"max_passengers": 70,
"max_luggage": 70,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Golf Bag"
},
{
"code": "skis",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Skis / Snowboard"
},
{
"code": "wheelchair",
"max_quantity": 5,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Wheelchair (folding type only)"
},
{
"code": "bicycle",
"max_quantity": 10,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"description": "Bicycle"
}
],
"price": {
"currency": "EUR",
"value": 666.232,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 782.223,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 115764.4723,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 666.232,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3161701,
"rate_id": 7795
},
"minutes": 30
}
],
"cross_selling": {
"sms": {
"price": {
"currency": "EUR",
"value": 1.75,
"prefix_symbol": "",
"suffix_symbol": "€"
}
},
"gold_protection": {
"price": {
"currency": "EUR",
"value": 3.0,
"prefix_symbol": "",
"suffix_symbol": "€"
}
}
},
"hotels": [],
"_metadata": {
"offer": {
"expiration_time": "2025-10-01T11:30:15+00:00",
"hash": "api_08ea986ad2269f419c56fb0df9784ae84c6cb710afe2443a5195f9ac6ffff940"
}
}
}Field | Type | Description | Example | |
|---|---|---|---|---|
currency | string |
|
| |
origin | string | Description in the next table | ||
destination | string | Description in the next table | ||
passengers | string |
|
| |
outwardDate | string |
|
| |
returnDate | string |
|
| |
exchangeCurrencies | array |
|
|
Here you have the few possibilities to use in origin and destination field.
Field | Description | Examples |
|---|---|---|
iata | An IATA airport code, is a three-letter geocode designating many airports and metropolitan areas around the world, defined by the International Air Transport Association (IATA). |
|
coords | Geolocation coordinations, is need to split it by comma (latitude,longitude) or (lat[][],long[][]). |
|
location | Location from our API, to get the origin should to use Getways endpoint. To get the destination should to use Routes endpoint. |
|
gplace | Is a hash that is get from Google Places. Please check https://developers.google.com/places/place-id in order to get the gplace hash. |
|
giata | Search quotes by Giata property id Giata properties |
|
Here you can switch the origin and destination as you want, it is not mandatory to use for example only iata or coords. For example you can mess between iata and location:
curl -X POST \
https://api.staging.suntransfers.biz/v1/quotes \
-H 'Authorization: Bearer {token}' \
-H 'Content-Type: application/json' \
-d '{
"currency": "EUR",
"origin": "iata:BCN",
"destination": "location:33",
"passengers": "2,1,1",
"outwardDate": "2019-12-29T06:30:00",
"returnDate": "2019-12-30T01:45:00",
"exchangeCurrencies": [
"USD",
"JPY"
]
}'{
"restrictions": {
"type": "extras",
"name": "children_seat_compulsory"
},
"route": {
"id": 77,
"minutes": 30,
"kilometers": 15,
"origin": {
"id": 32,
"name": "Barcelona airport"
},
"destination": {
"id": 33,
"name": "Barcelona city (all areas)"
},
"outward_pickup_date_time": "2019-12-29 06:30:00",
"return_pickup_date_time": "2019-12-29 23:05:00"
},
"quotes": [
{
"id": "ce258324-9f73-49ab-a76d-c17e790fedfa",
"vehicle": {
"id": 1,
"code": "tx4",
"type": "taxi",
"title": "Private Taxi",
"model": "",
"description": "private",
"max_passengers": 4,
"max_luggage": 4,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 3,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
}
},
{
"code": "child_booster_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
}
},
{
"code": "baby_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
}
}
],
"price": {
"currency": "EUR",
"value": 88.1696,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 98.2738,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 10754.0461,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 80.1542,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3429378,
"rate_id": 8516
}
},
{
"id": "ade03996-1d41-4823-8af0-57908e6880ad",
"vehicle": {
"id": 66,
"code": "premtx4",
"type": "premium_taxi",
"title": "Premium Taxi",
"model": "premium_taxi",
"description": "private",
"max_passengers": 4,
"max_luggage": 4,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
}
},
{
"code": "child_booster_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
}
},
{
"code": "baby_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
}
}
],
"price": {
"currency": "EUR",
"value": 110.9367,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 123.65,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 13530.9493,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 100.8514,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3369604,
"rate_id": 8356
}
}
],
"cross_selling": {
"sms": {
"price": {
"currency": "EUR",
"value": 1.75,
"prefix_symbol": "",
"suffix_symbol": "€"
}
},
"gold_protection": {
"price": {
"currency": "EUR",
"value": 3.0,
"prefix_symbol": "",
"suffix_symbol": "€"
}
}
},
"_metadata": {
"offer": {
"expiration_time": "2019-12-18T12:14:51+00:00",
"hash": "api_aa19af8e398308e2e7486f03153281b1df8e2642294db714caeb0057587d069a"
}
}
}Response schema
| Field | Description |
|---|---|
| restrictions | The restrictions that are on that country to drive. For example Children Seat is obligatory for kids until 14 years old. |
| route | Information about the route, the estimation time in minutes and the estimation in kilometers. |
| quotes | Here are severals fields, and will explain in the next table. |
| cross_selling | The notifications and protections that the company give, for example send a SMS to the lead passenger. |
| hotels | List of hotels availables for shuttles vehicles (temporarily deactivated) |
| _metadata | The expiration_time is until when this offer are valid. And the hash is to send it in the Create Booking endpoint. |
Restriction schema
| Field | Type | Description |
|---|---|---|
| type | string | Which area are restrictions. |
| name | string | Restriction field |
Route schema
| Field | Type | Description |
|---|---|---|
| id | integer | Primary key |
| minutes | integer | The aprox time to arrive to destination. |
| kilometers | integer | The aprox kilometers to destination. |
| origin | object | Origin information |
| destination | object | Destination information |
| outward_pickup_date_time | string | Estimated pickup date time for outward date (outwardDate parameter) |
| return_pickup_date_time | string | Estimated pickup date time for return date. Only in case that there is a return date (returnDate parameter) |
Origin/destination schema
| Field | Type | Description |
|---|---|---|
| id | integer | Primary key |
| name | string | Location name |
Quotes schema
| Field | Type | Description |
|---|---|---|
| id | string | This field is mandatory for Create Booking endpoint. |
| vehicle | object | Description of the vehicle. |
| extras | array object | The extra that is can book and his price. |
| price | object | The trip price, without extras and cross_salling |
| exchange_prices | array object | Price object. The trip price in the exchange currencies that you request |
| base_price | object | Price object. Base price without taxes. |
| minutes | integer | Journey time in minutes |
Vehicle schema
| Field | Type | Description |
|---|---|---|
| id | integer | Primary key |
| code | string | Vehicle internal code |
| type | string | Type of vehicle, for example: taxi |
| title | string | Title of vehicle, for example: private taxi |
| model | string | Model of vehicle, for example: Mercedes Class S |
| description | string | Description of the vehicle |
| max_passengers | integer | Number of maximum passengers that allow the vehicle |
| max_luggage | integer | Number of maximum luggage that allow the vehicle |
| is_shared | boolean | If the vehicle can be shared |
Vehicles types
code | type | Description |
|---|---|---|
citytxN | string | City taxi with capacity for N persons. Example: citytx4 is a city taxi with capacity for 4 persons. |
chN | string | Coach with capacity for N persons. Example: ch46 is a coach with capacity for 46 persons. |
expsh | string | Express Shuttle. |
expshN | string | Express Shuttle with capacity for N persons. Example: expsh5 is an express shuttle with capacity for 5 persons. |
mbN | string | Mini bus with capacity for N persons. Example: mb10 is a mini bus with capacity for 10 persons. |
mchN | string | Mini coach with capacity for N persons. Example: mch19 is a mini coach with capacity for 19 persons. |
LmmvN, mvN, lmmvN, mvN | string | Minivan with capacity for N persons. Example: Lmmv5 is a mini van with capacity for 5 persons. |
premmbN | string | Premium busith capacity for N persons. Example: premmb12 is an premium bus with capacity for 12 persons. |
premmchN | string | Premium mini couch with capacity for N persons. Example: premmch14 is amini couch with capacity for 14 persons. |
premmvN | string | Premium minivan with capacity for N persons. Example: premmch14 is a premium minivan with capacity for 14 persons. |
premtxN | string | Premium taxi with capacity for N persons. Example: premtx3 is a premium taxi with capacity for 3 persons. |
sh | string | Shuttle bus |
shN | string | Shuttle bus with capacity for N persons. Example: sh10 is a shuttle bus with capacity for 10 persons. |
txN | string | Taxi with capacity for N persons. Example: tx4 is a taxi with capacity for 4 persons. |
viptxN | string | VIP car with capacity for N persons. Example: viptx4 is a VIP car with capacity for 4 persons. |
wavN | string | wheelchair accessible vehicle with capacity for N persons. Example: wav3 is a wheelchair accessible vehicle with capacity for 3 persons. |
wtxN | string | Private water with capacity for N persons. Example: wtx6 is a taxi with capacity for 6 persons. |
wtxsh | string | Shuttle water taxi |
premwtxN | string | Premium water taxi with capacity for N persons. Example: premwtx6 is a premium taxi with capacity for 6 persons. |
Extras schema
| Field | Type | Description |
|---|---|---|
| code | string | Code of extra, the code must be one of these: golf_bag, skis, extra_bag, child_booster_seat, baby_seat, wheelchair, bicycle |
| max_quantity | integer | Maximum number that allow the vehicle |
| unitary_price | object | Price object |
| description | string | Extra description |
Price object
| Field | Type | Description |
|---|---|---|
| currency | string | Code of currencies, for example: EUR, USD |
| value | float | The amount, for example: 123.45 |
| prefix_symbol | string | If the symbol is in front of amount, for example $ |
| suffix_symbol | string | If the symbol is at the end of the amount, for example € |
Cross Selling schema
| Field | Type | Description |
|---|---|---|
| sms | object | The price of SMS notification service |
| gold_protection | object | The price of Gold Protection service |
SMS object
| Field | Type | Description |
|---|---|---|
| price | object | Price object |
Gold Protection object
| Field | Type | Description |
|---|---|---|
| price | object | Price object |
Metadata schema
| Field | Type | Description |
|---|---|---|
| offer | object | Offer object |
Offer object
| Field | Type | Description |
|---|---|---|
| expiration_time | string | Time when the quotes expire |
| hash | string | Hash to use in the Booking Creation |
Hotels schema
| Field | Type | Description |
|---|---|---|
| id | integer | This field is used for shuttles vehicles type on Create Booking endpoint. |
| location_id | integer | Location internal primary key |
| name | string | Name of the hotel. |
| address | string | Address of the vehicle. |
| phone | string | Phone of the vehicle. |
| latitude | float | Latitude coordinates |
| longitude | float | Longitude coordinates |
| pickup_latitude | float | Latitude coordinates for pickup instructions |
| pickup_longitude | float | Longitude coordinates for pickup instructions |
Here more example that you are free to use
To get Getways you may use this end point:
curl -X GET \
https://api.staging.suntransfers.biz/v1/gateways \
-H 'Authorization: Bearer {token}' \
-H 'Content-Type: application/json'{
"gateways": [
{
"id": 13,
"name": "Alicante airport",
"subtype": "airport",
"code": "ALC",
"country_code": "ES"
},
{
"id": 15,
"name": "Almeria airport",
"subtype": "airport",
"code": "LEI",
"country_code": "ES"
},
{
"id": 32,
"name": "Barcelona airport",
"subtype": "airport",
"code": "BCN",
"country_code": "ES"
},
{
"id": 138,
"name": "Girona airport",
"subtype": "airport",
"code": "GRO",
"country_code": "ES"
},
{
"id": 141,
"name": "Granada airport",
"subtype": "airport",
"code": "GRX",
"country_code": "ES"
}
]
}Based on the previous response you can search for Routes with the next end point
curl -X GET \
https://api.staging.suntransfers.biz/v1/routes/{gatewayID} \
-H 'Authorization: Bearer {token}' \
-H 'Content-Type: application/json'{
"routes": [
{
"id": 138,
"name": "Girona airport",
"subtype": "airport",
"code": "GRO",
"country_code": "ES"
},
{
"id": 161,
"name": "La Massana (Andorra)",
"subtype": "",
"code": "",
"country_code": "AD"
}
]
}As an example we can take, Gateway id 32 (Barcelona Airport) and one of his Route id 161 (La Massana (Andorra))
curl -X POST \
https://api.staging.suntransfers.biz/v1/quotes \
-H 'Authorization: Bearer {token}' \
-H 'Content-Type: application/json' \
-d '{
"currency": "EUR",
"origin": "location:32",
"destination": "location:161",
"passengers": "2,1,1",
"outwardDate": "2019-12-29T06:30:00",
"returnDate": "2019-12-30T01:45:00",
"exchangeCurrencies": [
"USD",
"JPY"
]
}'{
"restrictions": [],
"route": {
"id": 810,
"minutes": 200,
"kilometers": 206
},
"quotes": [
{
"id": "8dbf8f58-a2ed-4c4d-9290-9b263399329f",
"vehicle": {
"id": 1,
"code": "tx4",
"type": "taxi",
"title": "Private Taxi",
"model": "",
"description": "private",
"max_passengers": 4,
"max_luggage": 4,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
}
},
{
"code": "skis",
"max_quantity": 2,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
}
},
{
"code": "child_booster_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
}
},
{
"code": "baby_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
}
}
],
"price": {
"currency": "EUR",
"value": 588.064,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 656.397,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 71926.1078,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 588.064,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3563926,
"rate_id": 8873
}
},
{
"id": "3c495c40-c6fa-43f9-bbce-550fe42a30c1",
"vehicle": {
"id": 66,
"code": "premtx4",
"type": "premium_taxi",
"title": "Premium Taxi",
"model": "premium_taxi",
"description": "private",
"max_passengers": 4,
"max_luggage": 4,
"is_shared": false
},
"extras": [
{
"code": "golf_bag",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 0.0,
"prefix_symbol": "",
"suffix_symbol": "€"
}
},
{
"code": "child_booster_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
}
},
{
"code": "baby_seat",
"max_quantity": 1,
"unitary_price": {
"currency": "EUR",
"value": 7.0,
"prefix_symbol": "",
"suffix_symbol": "€"
}
}
],
"price": {
"currency": "EUR",
"value": 665.3816,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"exchange_prices": [
{
"currency": "USD",
"value": 742.6989,
"prefix_symbol": "$",
"suffix_symbol": ""
},
{
"currency": "JPY",
"value": 81382.8235,
"prefix_symbol": "¥",
"suffix_symbol": ""
}
],
"base_price": {
"currency": "EUR",
"value": 604.8924,
"prefix_symbol": "",
"suffix_symbol": "€"
},
"extra_data": {
"price_id": 3541786,
"rate_id": 8804
}
}
],
"cross_selling": {
"sms": {
"price": {
"currency": "EUR",
"value": 1.75,
"prefix_symbol": "",
"suffix_symbol": "€"
}
},
"gold_protection": {
"price": {
"currency": "EUR",
"value": 3.0,
"prefix_symbol": "",
"suffix_symbol": "€"
}
}
},
"_metadata": {
"offer": {
"expiration_time": "2019-12-19T16:02:35+00:00",
"hash": "api_059b06a628ba685ffb2846f28adf514fbfe821a16024fa11681f8826b06ce746"
}
}
}Updated 2 months ago
