Optimize Job Route

post/routes/{route_uid}/optimize

Path parameters

route_uidstring required

uid of route

Request body

Response

200

typestring
messagestring
titlestring

Example response

{
  "type": "success",
  "message": "Routes optimized successfully",
  "title": "Routes optimized successfully"
}

Changes