POST
Vehicle
Choose which equipment the vehicle offers:
[cooling unit]
[none] [cooling unit] [lifting platform] [cooling unit] + [lifting platform]
Depot location
Change the geographical location of the single depot location:
Request Body

The Send Request button submits the updated plan. If the request is successful, a response with a unique ID will be generated.

Overview of planned / unplanned transports
Vehicle equipment:  
Planned transports:
Transport id Required equipment
Unplanned transports:
Transport id Required equipment
Response of Create Plan request
Waiting for response...
A look at the optimized plan

The Route Optimization API is an asynchronous API. Therefore, the created plan must be first optimized via the endpoint "Optimize plan", afterwards it is possible to get the plan via the endpoint "Get plan". For convenience in this code sample, you can also see the response from the Get Plan endpoint without doing the extra steps. However, mind that to use the API, you also need the steps mentioned. For more information about asynchronous API see the code sample "How to create a plan". Similarly, to delete the previously created plan, use the unique plan id from the response and the code sample "Delete a plan".

Waiting for response...

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

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