Rail Freight: GLEC
Sample API Requests
A. Without audit mode (for pre-booking/quotes)
{
"expand": ["items"],
"items": [
{
"audit": false,
"type": "rail_freight",
"external_reference": "test_1",
"origin": "OSL",
"destination": "HEL",
"weight_in_tonnes": 86,
"fuel_type": "diesel",
"load_characteristic": "coal_steel",
"methodology": "GLEC"
}
]
}B. With audit mode (for finalized/post-booking calculations)
API Request Items
Default values
Sample API Response
Bibliography
Last updated