Search for content

Route optimisation - Mixed loading prohibition

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: