🌐Travel
Perform a Calculation
Body
Generic API Request Sample
{
"expand": [
"items"
],
"carbon_unit": "tonne",
"distance_unit": "kilometer",
"items": [
{
"type": "car",
"methodology": "ACRISS",
"external_reference": "Taxi",
"origin": "Alexanderplatz, Berlin, Germany",
"destination": "Berlin Brandenburg Airport, Schönefeld, Brandenburg, Germany",
"fuel_type": "diesel",
"acriss_car_type": "C"
},
{
"type": "flight",
"methodology": "TIM",
"origin": "BER",
"destination": "LHR",
"number_of_travelers": 1,
"booking_class": "business",
"airline": "BA",
"flight_number": "BA995",
"external_reference": "Flight"
},
{
"type": "car",
"methodology": "ACRISS",
"external_reference": "Taxi",
"origin": "Hounslow TW6 1QG, United Kingdom",
"destination": "150 Piccadilly, St. James's, London W1J 9BR, United Kingdom",
"fuel_type": "petrol",
"acriss_car_type": "S"
},
{
"type": "hotel",
"methodology": "HCMI",
"external_reference": "Hotel",
"country": "GB",
"city": "London",
"stars": 5,
"hcmi_member": false,
"number_of_nights": 3
},
{
"type": "car",
"methodology": "ACRISS",
"external_reference": "Taxi",
"origin": "150 Piccadilly, St. James's, London W1J 9BR, United Kingdom",
"destination": "Horley, Gatwick RH6 0NP, United Kingdom",
"fuel_type": "hev",
"acriss_car_type": "D"
},
{
"type": "flight",
"methodology": "TIM",
"origin": "LGW",
"destination": "BER",
"number_of_travelers": 1,
"booking_class": "business",
"airline": "U2",
"flight_number": "U28629",
"external_reference": "Flight"
},
{
"type": "car",
"methodology": "ACRISS",
"external_reference": "Taxi",
"origin": "Berlin Brandenburg Airport, Schönefeld, Brandenburg, Germany",
"destination": "Alexanderplatz, Berlin, Germany",
"fuel_type": "EV",
"acriss_car_type": "G"
}
]
}Generic API Response Sample
Last updated