Part of Bettermile Route API responsible for tour management
https://dev.routes.bettermile.com/
IDs of the jobs to be added under the custom waypoint
IDs of the jobs to be added under the custom waypoint
https://dev.routes.bettermile.com/v1/tours/{tourId}/custom-waypoints
curl -i -X POST \
'https://dev.routes.bettermile.com/v1/tours/{tourId}/custom-waypoints' \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{}'
{ "waypointId": "6eeaf5f6-415c-49ff-97fc-2d3cc3a134f5" }
https://dev.routes.bettermile.com/v1/tours/{tourId}/custom-waypoints/{waypointId}
curl -i -X DELETE \
'https://dev.routes.bettermile.com/v1/tours/{tourId}/custom-waypoints/{waypointId}' \
-H 'x-api-key: YOUR_API_KEY_HERE'
{ "data": {} }