v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Clone Job Route

post/routes/{route_uid}/clone

Path parameters

route_uidstring required

uid of route

Request body

departurestring date required
route_namestring
colorstring
durationstring
route_type'FASTEST' | 'SHORTEST'
transport_mode'CAR' | 'TRUCK' | 'PEDESTRIAN'

Response

200

typestring
messagestring
titlestring
job_route_uidstring

Example response

{
  "type": "success",
  "message": "Job route cloned successfully",
  "title": "Job route cloned successfully",
  "job_route_uid": "89b52b2a-75c8-490e-a440-439884eb6f79"
}