we are trying to get realistic travel time data after planning our Tour. Some of our visits have time limitations, so we tried to use the openingIntervals of the waypoints for those.
Interestingly, I get the following response:
Code: Select all
{
"faultInfo":
{
"$type":"InvalidRequestFault",
"hint":"Use the appropriate time consideration or remove the openingIntervals on the Waypoints."
},
"message":"No time consideration or OptimisticTimeConsideration has been set, but some Waypoints contain openingIntervals."
}
Any idea what is going on here?