This part of the code sample explains how to create and optimise 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. - Transport with the equipment they need
All the specifications are automatically inserted into the request body on the right side of the JSON representation.
Note:
- To delete the previously created plan, use the code sample Route optimisation - Delete plan.