WorkOrderLineItemLocationUpdate
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
WorkOrderLineItemLocationUpdate
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
work_order_id | str | ✅ | — | — |
line_item_id | str | ✅ | — | — |
location | str | ✅ | — | — |
location_id | str | ✅ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | PUT /newworkOrder/lineItemLocationUpdate | — | src/work_order_line_item_location_update.py |
Change history
v1.0.0 · 2026-06-05 · Cian (shared account) · c836bf766
Update contact and work order smoke test fixtures
- Initial version.
Generated from
dismantly-backend/Microservices/WorkOrder/dependencies/models.py. Do not edit by hand.