Road Freight: EMSA 🇪🇺
Sample API Requests
A. Without audit mode (for pre-booking/quotes)
{
"expand": ["items"],
"items": [
{
"audit": false,
"type": "sea_freight",
"external_reference": "test_1",
"origin": "USNYC",
"destination": "DEBER",
"weight_in_tonnes": 24,
"vessel_model": "lita",
"vessel_type": "bulk_carrier",
"verifier_name": "verifavia_sarl",
"methodology": "EU-EMSA"
}
]
}B. With audit mode (for finalized/post-booking calculations)
API Request Items
Sample API Response
Bibliography
Last updated