POST
Locations
Depot location
Vehicles
EUR_VAN
EUR_VAN EUR_TRUCK_40T
Depots
Depot
Orders
Add additional orders by clicking in the map!
Request Body

The Start Optimization button submits optimization. If the request is successful, a response with a unique ID will be generated.

The Get Optimization Result button fetches the current result of started optimization. Optimization is successfully finished when the response status is "SUCCEEDED".

Response of startOptimization request
Waiting for response...
Response of getOptimizationResult request

The Route Optimization Optiflow API is an asynchronous API. Therefore, the result of started optimization can be obtained by calling getOptimizationResult.

Waiting for response...

You can alternatively choose one of the following samples in your preferred language to send a startOptimization request:

Request Sample
// C# 
// JavaScript 
// Python 
// Java 
// PowerShell