Ferry: ADEME 🇫🇷
Sample API Requests
A. Without audit mode (for pre-booking/quotes)
{
"expand": ["items"],
"items": [
{
"audit": false,
"type": "ferry",
"methodology": "ademe",
"external_reference": "test_1",
"number_of_travelers": 3,
"origin": "Amsterdam, the Netherlands",
"destination": "Rotterdam, the Netherlands",
"number_of_cars": 1,
"vessel_type": "night_ferry"
}
]
}B. With audit mode (for finalized/post-booking calculations)
API Request Items
Sample API Response
Bibliography
Last updated