Create route

This process is asynchronous. You can log into the system to check its progress or the route created.

Route creation

post

Endpoint that allows creating routes from given deliveries.

Autorizaciones
AuthorizationstringRequerido
Cuerpo
iterationsinteger · mín: 1 · máx: 10Requerido

Indicates the level of optimization with which the route will be created

Example: 1
Respuestas
200

Successful operation

application/json
post
/v1/routes/create

Use cases

Create routes with a specific order of deliveries
{
    "routes": [
        {
            "deliveries": [
              "t-pruaas-4973",
              "t-pruaas-4972"
            ]
        }
    ],
    "iterations": 1
}
Create routes with medium optimization based on entered deliveries
Create routes with high optimization based on entered deliveries

Última actualización