DPCInterchangeGroupBatchGet
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Get multiple interchange groups payload.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
ids | List[str] | ✅ | — | — |
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) · 906354b74
Refactor DPC interchange group API to support batch retrieval. Update endpoint to accept POST requests with multiple IDs, and implement corresponding model and handler logic for processing batch requests.
- Initial version.
Generated from
dismantly-backend/Microservices/DismantlyPartCatalog/dependencies/models.py. Do not edit by hand.