Save route
Routes
Save route
Save a route for the given mileage
POST
Save route
Authorizations
Bearer authentication header of the form Bearer <token>, see Authentication for more detail.
Body
application/json
Id of the route, required when updating an existing route
Example:
"mrt_12345"
Status of the route
Available options:
ACTIVE, INACTIVE, REMOVED Example:
"ACTIVE"
Custom JSON in which you can store any data with max length of 2000 characters
Example:
{
"internal_key": "some_internal_key",
"some_other_field": 23434
}