Route4Me integration (Location, Productivity). Imported from open-connector.
https://api.route4me.com/api.v4/optimization_problem.php
| Param | Type | Required | Description |
|---|---|---|---|
| parameters | object | optional | The optimization parameters object accepted by Route4Me. |
| addresses | array | optional | The destination list to optimize. |
/optimization_problem.php
| Param | Type | Required | Description |
|---|---|---|---|
| optimizationProblemId | string | optional | The optimization problem ID to fetch directly. |
| state | integer | optional | The optimization state filter documented by Route4Me. |
| limit | integer | optional | The maximum number of optimization problems to return. |
| offset | integer | optional | The result offset used for pagination. |
| startDate | string | optional | An ISO date string in YYYY-MM-DD format. |
| endDate | string | optional | An ISO date string in YYYY-MM-DD format. |