Rail Freight: ECTA
Sample API Requests
A. Without audit mode (for pre-booking/quotes)
{
"expand": ["items"],
"items": [
{
"audit": false,
"type": "rail_freight",
"external_reference": "test_1",
"distance_in_km": 100,
"weight_in_tonnes": 10,
"train_type": "container_train_intermodal",
"fuel_type": "diesel",
"methodology": "ECTA"
}
]
}B. With audit mode (for finalized/post-booking calculations)
API Request Items
Default values
Sample API Response
Bibliography
Last updated