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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
    ]
}
Body Params
taskIds
array of strings
required

The list of Tasks for the Trip

taskIds*
int32
required

How many tasks can be stacked into 1 delivery

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json