DPCInterchangeGroup
Version: v1.0.0
Stored entity
Partition key pk, sort key sk
Overview
Separate DPC table item, stored once per interchange family.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
type | str | ✅ | — | — |
dpc_schema_version | str | ✅ | — | — |
id | str | ✅ | — | — |
notes | List[DPCInterchangeGroupNote] | ✅ | — | — |
related_dpcs | List[DPCInterchangeGroupDPC] | ✅ | — | — |
created_at | str | ✅ | — | — |
updated_at | str | ✅ | — | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
DPCInterchangeGroupNote — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
display_note | str | ❌ | — | — |
check_notes | List[str] | ✅ | — | — |
created_at | str | ✅ | — | — |
updated_at | str | ✅ | — | — |
Change history
v1.0.0· 2026-05-17 · Cian (shared account) · Initial version. (1ee3bc2c6)
DPCInterchangeGroupDPC — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
dpc_id | str | ✅ | — | — |
dpc_number | str | ✅ | — | — |
created_at | str | ✅ | — | — |
updated_at | str | ✅ | — | — |
Change history
v1.0.0· 2026-05-17 · Cian (shared account) · Initial version. (1ee3bc2c6)
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /interchangeGroup | — | src/dpc_get_interchange_group.py |
Change history
v1.0.0 · 2026-05-17 · Cian (shared account) · 1ee3bc2c6
Add interchange group GET endpoint
- Initial version.
Generated from
dismantly-backend/Microservices/DismantlyPartCatalog/dependencies/models.py. Do not edit by hand.