I am trying to calculate the toll cost between two points in Australia.
Here is the sample URL i am using at the moment:
The response i get back is:
{
"errors": [
"Error id: fc4bc014-a17a-4efb-a346-4fad9d01a0ef",
"A technical error occurred while processing the toll cost. Please contact TCS."
],
"warnings": [
"The combination \"link id,remaining time\" for element number \"1\" is invalid. The automatic datetime filtering will be disabled."
],
"countries": [],
"onError": true
}
Not sure if the issue is my linkId's, region, map release, or something entirely different.
I'm not finding a lot of useful documentation or feedback for this, so some help would be much appreciated :)
edit:
We ended up building our own solution, though it only supports QLD & NSW so far. Might have to licence it out some day ;)
The documentation example have the version which are not supported now, HERE will update its documentation and regrets the inconvenience.