v1

latestOpenAPI 3.0.42026-08-067441330.9 KB
Route

Update routes custom fields by route code

patch/Route/Code/{code}/CustomFields

Path parameters

codestring required

Route code

Request body

Idstring nullable

Custom Field Id

Valuestring 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

Example request

[
  {
    "Id": "cf_456"
  }
]

Response

OK

Statusinteger nullable

The HTTP status code for the response

Titlestring nullable

A short, human-readable summary of the response

Detailstring nullable

A human-readable explanation specific to this response.