Department
Version: v1.1.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Department
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
department_id | str | ✅ | — | — |
created_at | str | ✅ | — | — |
updated_at | str | ✅ | — | — |
order | int | ✅ | — | — |
name | str | ✅ | — | — |
description | str | ✅ | — | — |
auto_progression | bool | ✅ | — | — |
is_deleted | bool | ✅ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | PUT /newworkOrder/updateStatus | — | src/work_order_status_update.py |
Change history
v1.1.0 · 2025-07-16 · Cian (shared account) · 38da0889f
fx
- Added required field
is_deleted.
v1.0.0 · 2025-07-12 · Cian (shared account) · 3713e7962
fx
- Initial version.
Generated from
dismantly-backend/Microservices/WorkOrder/dependencies/models.py. Do not edit by hand.