This part of the code sample explains how to take into account that certain transport is not allowed to be transported together when calculating routes by using mixed loading prohibitions.
You can specify the following:
- List of transport category pairs that are not allowed to be transported together
- Customer location with a category of transport to this location
Note: In this code sample a maximum of 10 customer locations are allowed.
All the specifications are automatically inserted into the request body on the right side of the JSON representation.
Note:
- For more information about the usage of mixed loading prohibitions refers to the mixed loading prohibitions concept.
- To delete the previously created plan, use the code sample Route optimisation - Delete plan.