Van: EEA πͺπΊ
Sample API Requests
A. Without audit mode (for pre-booking/quotes)
{
"expand": ["items"],
"items": [
{
"audit": false,
"type": "van",
"external_reference": "test_1",
"origin": "LON",
"destination": "MIL",
"manufacturer": "citroen",
"model": "berlingo_4x4",
"fuel_type": "diesel",
"engine_size_in_cubic_cm": 1560,
"methodology": "EU-EEA"
}
]
}B. With audit mode (for finalized/post-booking calculations)
API Request Items
Sample API Response
Bibliography
Last updated