Address
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Address Model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
attention | str | ❌ | — | — |
address_line_1 | str | ❌ | — | — |
address_line_2 | str | ❌ | — | — |
city | str | ❌ | — | — |
region | str | ❌ | — | — |
postal_code | str | ❌ | — | — |
country | str | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newworkOrder/pinnacle | — | src/pinnacle/work_order_handle_create.py |
Change history
v1.0.0 · 2025-06-26 · Cian (shared account) · 5fb8ae8ad
work order create
- Initial version.
Generated from
dismantly-backend/Microservices/WorkOrder/dependencies/models.py. Do not edit by hand.