Page 1 of 1

xRoute calculate route missing some tolls information

Posted: Wed Dec 04, 2019 2:00 pm
by Dobos Ionut
Hello,

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"
      }]
    }
  }
In the request we have the following configuration:

Code: Select all

'toll': {
    'enabled': true,
    'costs': {
        'enabled': true,
        'additionalPaymentMethods': true,
        'attributes': true,
    },
    'systems': true,
}
As per the documentation I expected a Toll type object with an array of TollCostInfo.
https://xserver2-dashboard.cloud.ptvgro ... route.Toll
Is there something we are missing? Any help would be appreciated.

John

Re: xRoute calculate route missing some tolls information

Posted: Wed Dec 04, 2019 3:16 pm
by Bernd Welter
Hello John,

the Toll calculation in xRoute2 requires 2 ingredients:
- the updated engine
- complete data

The later one is also in DEV progress and as long as this data is not complete the engine won't return detailed toll. We expect the missing toll data to be available early 2020.

Best regards,
Bernd

Re: xRoute calculate route missing some tolls information

Posted: Wed Dec 04, 2019 4:00 pm
by Dobos Ionut
Hello Bernd,

Is there any way we can get some already implemented points with tolls so we could test our work?
We are also in development mode, implementing a B2B delivery solution together with Nordstar Logistik.
As our deadlines are also coming to a reach it would be really helpful to have some example waypoints where toll data is available so we can finish this chapter of development and move forward.

John

Re: xRoute calculate route missing some tolls information

Posted: Wed Dec 04, 2019 4:31 pm
by Bernd Welter
Hello John,

Very good idea! I forward this topic to Lars who is already in touch with you.

Beste regards
Bernd

Re: xRoute calculate route missing some tolls information

Posted: Fri Dec 13, 2019 2:30 pm
by Bernd Welter
Hi,
news about the roadmap? check them here...
Bernd