This part of the code sample explains how to create and optimize a route taking into account the different equipment needed to transport vehicles.
You can specify the following:
- Vehicle settings with supplied equipment
- Customer locations
Note: In this code sample a maximum of 10 customer locations are allowed. - Transports with equipment they need
All the specifications are automatically inserted into the request body on the right side in the JSON representation.
Note:
- To delete the previously created plan, use the code sample Route optimization - Delete plan.