Flight: ADEME 🇫🇷
💡 High-Level Description:
Sample API Requests
A. Without audit mode (for pre-booking/quotes)
{
"expand": ["items"],
"items": [
{
"audit": false,
"type": "flight",
"methodology": "ADEME",
"external_reference": "test_1",
"number_of_travelers": 1,
"origin": "FRA",
"destination": "JFK",
"aircraft_size": "under_180_seats",
"aircraft_type": "737",
"airline": "LH"
}
]
}B. With audit mode (for finalized/post-booking calculations)
API request items
Sample API Response
Bibliography
Last updated