---
title: "POST /routes/"
method: POST
path: "/routes/"
tags: ["routes"]
---

# POST /routes/

`POST /routes/`

## Request body

- Route
  - `id` string, uuid, required
  - `url` string, uri, required
  - `external_id` string, nullable
  - `account` string, uri, required
  - `code` string, required
  - `description` string
  - `assignee` string, uri
  - `start_time` string, date-time, nullable
  - `start_location` Location
    - `type` 'Point', required
    - `coordinates` number[], required
  - `end_time` string, date-time, nullable
  - `end_location` Location
    - `type` 'Point', required
    - `coordinates` number[], required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Response `201`

---

[API](https://skmtc.net/oeklo/apis/gsmtasks-project-api.md) · [All operations](https://skmtc.net/oeklo/apis/gsmtasks-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oeklo/gsmtasks-project-api/revisions/2557a8fec764/schema)
