AuctionVehiclePartsPost
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Model representing a collection of auction vehicle parts.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
auction_id | str | ✅ | — | — |
vehicle_id | str | ✅ | — | — |
parts | List[AuctionVehiclePartPost] | ✅ | — | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
AuctionVehiclePartPost — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
part_type | str | ✅ | — | — |
price | float | ✅ | — | — |
quantity | int | ✅ | — | — |
revenue | float | ✅ | — | — |
part_id | str | ❌ | — | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
type | str | ❌ | AUCTION_VEHICLE_PART | — |
Change history
v1.0.0· 2025-03-16 · Cian (shared account) · Initial version. (0c2952ef4)
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2025-03-16 · Cian (shared account) · 0c2952ef4
init
- Initial version.
Generated from
dismantly-backend/Microservices/Auction/dependencies/models.py. Do not edit by hand.