Generate optimal route plans for technicians with time windows. Schedule pest control and other field service appointments. New visits may be added by clicking anywhere inside the map.
| Total driving time: | unknown |
| Name | Appointments | Driving time |
|---|
curl -X GET -H 'Accept:application/json' http://localhost:8080/demo-data/FIRENZE -o sample.json
The POST operation returns a jobId that should be used in subsequent commands.
curl -X POST -H 'Content-Type:application/json' http://localhost:8080/route-plans -d@sample.json
curl -X GET -H 'Accept:application/json' http://localhost:8080/route-plans/{jobId}/status
curl -X GET -H 'Accept:application/json' http://localhost:8080/route-plans/{jobId}
curl -X DELETE -H 'Accept:application/json' http://localhost:8080/route-plans/{jobId}