TablePreferencesItem
Version: v1.0.0
Stored entity
Partition key pk, sort key sk • discriminator type = "TABLE_CONFIG"
Overview
Stored table preferences item in DynamoDB.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
tenant_id | str | ✅ | — | — |
user_id | str | ✅ | — | — |
table_key | TableKeyEnum (WORK_ORDER_SEARCH, WORK_ORDER_FLAT_VIEW, WORK_ORDER_ROW_DETAIL, WORK_ORDER_VIEW_DETAILS_NORMAL, WORK_ORDER_VIEW_DETAILS_DRAFT, WORK_ORDER_VIEW_REPLACED_PARTS) | ✅ | — | Supported table keys for this service. |
type | str | ❌ | TABLE_CONFIG | — |
table_configuration_id | str | ✅ | — | — |
table_configuration | TablePreferencesPayload | ✅ | — | Payload for table preferences updates. |
created_at | str | ✅ | — | — |
updated_at | str | ✅ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newworkOrder/tablePreferences | — | src/work_order_post_table_preferences.py |
Change history
v1.0.0 · 2026-04-20 · Cian (shared account) · 7273ddc12
Refactor inventory backend services
- Initial version.
Generated from
dismantly-backend/Microservices/WorkOrder/dependencies/models.py. Do not edit by hand.