Part of Bettermile Route API responsible for tour management
https://dev.routes.bettermile.com/
https://dev.routes.bettermile.com/v1/tours/{tourId}/waypoints/{waypointId}/time-frame
curl -i -X PUT \
'https://dev.routes.bettermile.com/v1/tours/{tourId}/waypoints/{waypointId}/time-frame' \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{}'
{ "data": {} }
https://dev.routes.bettermile.com/v1/tours/{tourId}/waypoints/{waypointId}/stop-time
curl -i -X PUT \
'https://dev.routes.bettermile.com/v1/tours/{tourId}/waypoints/{waypointId}/stop-time' \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{}'
{ "data": {} }
https://dev.routes.bettermile.com/v1/tours/{tourId}/waypoints/{waypointId}/stop-time
curl -i -X DELETE \
'https://dev.routes.bettermile.com/v1/tours/{tourId}/waypoints/{waypointId}/stop-time' \
-H 'x-api-key: YOUR_API_KEY_HERE'
{ "data": {} }