Road Freight: Clean Cargo
Sample API Requests
A. Without audit mode (for pre-booking/quotes)
{
"expand": ["items"],
"items": [
{
"audit": false,
"type": "sea_freight",
"external_reference": "test_1",
"origin": "LON",
"destination": "NYC",
"weight_in_tonnes": 5.5,
"cargo_type": "dry",
"energy_scope": "wtw",
"trade_lane": "trans_atlantic",
"methodology": "CLEAN-CARGO"
}
]
}B. With audit mode (for finalized/post-booking calculations)
API Request Items
Default values
Sample API Response
Bibliography
Last updated