We are using the calculate route experimental endpoint and we are receiving the following infromation about tolls:
Code: Select all
toll: {
summary: {
costs: [
0: {
$type: "Cost"
amount: 85.9242418068138
currency: "EUR"
}]
}
}
Code: Select all
'toll': {
'enabled': true,
'costs': {
'enabled': true,
'additionalPaymentMethods': true,
'attributes': true,
},
'systems': true,
}
https://xserver2-dashboard.cloud.ptvgro ... route.Toll
Is there something we are missing? Any help would be appreciated.
John