Air Freight: GLEC
Sample API Requests
A. Without audit mode (for pre-booking/quotes)
{
"expand": ["items"],
"items": [
{
"audit": false,
"type": "air_freight",
"external_reference": "test_1",
"origin": "LHR",
"destination": "HAM",
"weight_in_tonnes": 2,
"plane_type": "belly_freighter",
"energy_scope": "ttw",
"methodology": "GLEC"
}
]
}B. With audit mode (for finalized/post-booking calculations)
API Request Items
Default values
Sample API Response
Bibliography
Last updated