---
title: "Update routes custom fields by route id"
method: PATCH
path: "/Route/Id/{id}/CustomFields"
tags: ["Route"]
---

# Update routes custom fields by route id

`PATCH /Route/Id/{id}/CustomFields`

## Path parameters

- `id` string, required

## Request body

- NewCustomField[]
  - `Id` string, nullable — Custom Field Id
  - `Value` string, nullable — Custom Field Value in format: CheckBox - true Number - 123.45 Date - 2019-09-18 Time - 13:00 DateTime - 2019-09-18T13:45:00 Text - Text Value

## Response `200`

OK

- ApiResponse — Object for all API responses, except GET (status code: 200)
  - `Status` integer, nullable — The HTTP status code for the response
  - `Title` string, nullable — A short, human-readable summary of the response
  - `Detail` string, nullable — A human-readable explanation specific to this response.

## Other responses

- `202` — Route was updated successfully
- `400` — One or more validation errors
- `401` — Unauthorized. Invalid X-API-KEY in the request header
- `404` — Not Found. Route wasn't found
- `405` — Not Allowed. Subscription plan limitation.
- `429` — Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min

---

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