StripListPost
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
StripListPost model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
strip_list_id | str | ❌ | — | — |
created_at | str | ❌ | 2026-06-23T08:40:20.229324+00:00 | — |
updated_at | str | ❌ | 2026-06-23T08:40:20.229326+00:00 | — |
type | str | ❌ | STRIP_LIST | — |
vehicle_id | str | ✅ | — | — |
stock_id | str | ✅ | — | — |
location | str | ❌ | — | — |
location_id | str | ❌ | — | — |
registration_id | str | ❌ | — | — |
veh_exterior_color | str | ❌ | — | — |
is_deleted | bool | ❌ | False | — |
parts | List[dict] | ❌ | [] | — |
veh_make | str | ❌ | — | — |
veh_make_id | str | ❌ | — | — |
veh_model | str | ❌ | — | — |
veh_model_id | str | ❌ | — | — |
veh_submodel | str | ❌ | — | — |
veh_submodel_id | str | ❌ | — | — |
veh_series | str | ❌ | — | — |
veh_series_id | str | ❌ | — | — |
veh_production_year | int | ❌ | — | — |
veh_production_month | int | ❌ | — | — |
country | Country (AUS, NZ, SA, US, GB, JP, IND, DNK) | ✅ | — | Country |
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2025-02-21 · Cian (shared account) · 2ffc9c19c
part ready
- Initial version.
Generated from
dismantly-backend/Microservices/Vehicle/dependencies/models.py. Do not edit by hand.