---
title: "Clone Job Route"
method: POST
path: "/routes/{route_uid}/clone"
---

# Clone Job Route

`POST /routes/{route_uid}/clone`

## Path parameters

- `route_uid` string, required

## Request body

- object
  - `departure` string, date, required
  - `start_location` object
    - `city` string
    - `state` string
    - `street` string
    - `country` string
    - `landmark` string
    - `zip_code` string
    - `geo_cordinates` number[]
    - `first_name` string
    - `last_name` string
    - `phone_number` string — Customer phone number
    - `email` string — Customer email
    - `label` string — Label
  - `end_location` object
    - `city` string
    - `state` string
    - `street` string
    - `country` string
    - `landmark` string
    - `zip_code` string
    - `geo_cordinates` number[]
    - `first_name` string
    - `last_name` string
    - `phone_number` string — Customer phone number
    - `email` string — Customer email
    - `label` string — Label
  - `route_name` string
  - `color` string
  - `duration` string
  - `route_type` 'FASTEST' | 'SHORTEST'
  - `transport_mode` 'CAR' | 'TRUCK' | 'PEDESTRIAN'

## Response `200`

200

- object
  - `type` string
  - `message` string
  - `title` string
  - `job_route_uid` string

## Other responses

- `404` — 404

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/versions/c7b8028a05de/schema)
