---
title: "Update Order"
method: PATCH
path: "/orders/{order_id}"
---

# Update Order

`PATCH /orders/{order_id}`

Update an existing order.

## Path parameters

- `order_id` integer, required

## Request body

- object
  - `branch_id` integer — Location ID
  - `order_type_id` integer — Estimate/Order Type ID
  - `manager_id` integer — Manager ID
  - `assignee_id` integer — Assigned Employee ID
  - `asset_id` integer — Asset ID
  - `client_id` integer — Client (Person / Organization) ID
  - `payer_id` integer — Payer (Person / Organization) ID
  - `ad_campaign_id` integer — Ad Campaign ID
  - `scheduled_for` string, date-time — "Scheduled From" date and time (ISO 8601)
  - `scheduled_to` string, date-time — "Scheduled To" date and time (ISO 8601)
  - `resource_id` integer — Resource ID
  - `malfunction` string — Malfunction text
  - `manager_notes` string — Manager notes
  - `engineer_notes` string — Technician notes
  - `resume` string — Conclusion / client recommendations
  - `estimated_price` string — Estimates price or price range
  - `due_date` string, date-time — Order Due Date (ISO 8601)
  - `urgent` string — Is Order urgent?
  - `custom_fields` string, json — Custom fields values in format {"f123": "value", "f234": "value"}, where "f123" and "f234" is a custom field id.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/roapp/apis/ro-app-public-api-v2.md) · [All operations](https://skmtc.net/roapp/apis/ro-app-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roapp/ro-app-public-api-v2/versions/85de4353ed28/schema)
