Calculates optimal routes for multiple stops and vehicles.
Application
Ahoy Movement Studio
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Connected Account | The connected account to use for the request | Text (Short) | Yes | None |
Points | List of points to be visited | Text (Long) | Yes | None |
Vehicles | List of available vehicles | Text (Long) | Yes | None |
Optimization | Optimization criteria | Text (Short) | Yes | None |
startDateTime | Start date and time in Unix timestamp (milliseconds) | Number | Yes | None |
Start location | Starting location for all routes | Text (Long) | Yes | None |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
Response body | The main content of the response | Text (Long) | No | None |
Response status code | The HTTP status code returned in the response | Number | No | None |
Response headers | Additional information provided in the response headers | Text (Long) | No | None |
Outcomes
Name | Description |
Unsuccessful | This status is selected if the job has completed unsuccessfully. |
Success | This status is selected if the job has successfully completed. |