Road Freight: DIN EN 16258
Sample API Requests
A. Without audit mode (for pre-booking/quotes)
{
"expand": ["items"],
"items": [
{
"audit": false,
"type": "road_freight",
"external_reference": "test_1",
"origin": "BER",
"destination": "FRA",
"weight_in_tonnes": 0.5,
"truck_type": "under_7.5_t",
"energy_scope": "ttw",
"methodology": "DIN-EN-16258"
}
]
}B. With audit mode (for finalized/post-booking calculations)
API Request Items
Default values
Sample API Response
Bibliography
Last updated