Flight: TU Chalmers πΈπͺ
π‘ High-Level Description:
Sample API Requests
A. Without audit mode (for pre-booking/quotes)
{
"expand": ["items"],
"items": [
{
"audit": false,
"type": "flight",
"methodology": "TU-CHALMERS",
"external_reference": "test_1",
"number_of_travelers": 1,
"origin": "FRA",
"destination": "JFK",
"booking_class": "premium_economy",
"plane_type": "scheduled",
"biofuel": true
}
]
}B. With audit mode (for finalized/post-booking calculations)
API Request Items
Sample API Response
Bibliography
Last updated