---
title: "Webhook Operations Order Department Assigned"
method: POST
path: "operations.order.department_assigned"
---

# Webhook Operations Order Department Assigned

`POST operations.order.department_assigned` (webhook)

Sent when an order is assigned to a department.

## Payload

- OperationsOrderDepartmentAssignedWebhookPayload
  - `event_type` 'operations.order.department_assigned'
  - `event_timestamp` string, date-time, required — UTC timestamp when the event occurred
  - `order_id` string, required — The order that was assigned to a department
  - `org_id` string, required — The org whose department was set (coordinator or executor)
  - `department_id` string, required — The department the order was assigned to
  - `operator_user_ids` string[], required — Operators in the assigned department

## Acknowledgement `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
