Add Job To Route

put/routes/{route_uid}/job

Path parameters

route_uidstring required

route uid

Request body

Response

200

typestring
messagestring
titlestring

Example response

{
  "type": "success",
  "message": "Job added to route successfully",
  "title": "Job added to route successfully"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.