Search found 1 match

by CB*
Fri Jan 05, 2018 9:37 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Why does the tourid change?
Replies: 2
Views: 10725

Why does the tourid change?

Hi!

I am calculating a input tour with the following parameters:

<Tour ... id="9900005157" tourPointFixation="NO_TOUR_POINT_OUT" ...

In the result i am getting

<ns4:Tour ... id="1310070565" ...

When the tour is fixed, I would expect to get the same id back in a successful request .

You can ...