Create Trip Automatically

This API can be used for creating Trips in an Automatic manner. System will decide the optimal route based on the required Parameters

Examples

  1. List of Tasks needs to be planned. All 3 of them will be handled to the same Driver
{
    "maximumTasksPerTrip": 3,
    "taskIds": [
        "task_FF_id_1",
        "task_FF_id_2",
        "task_FF_id_3"
    ]
}
  1. List of Tasks needs to be planned. This request will create 2 different Planned Trips
{
    "maximumTasksPerTrip": 2,
    "taskIds": [
        "task_FF_id_1",
        "task_FF_id_2",
        "task_FF_id_3"
    ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!