CreateSeries
Version: v2.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
CreateSeries model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
veh_model_id | str | ✅ | — | — |
veh_model | str | ✅ | — | — |
veh_submodel_id | str | ❌ | — | — |
veh_submodel | str | ❌ | — | — |
name | str | ✅ | — | — |
year_from | str | ❌ | — | — |
year_from_id | str | ❌ | — | — |
year_to | str | ❌ | — | — |
year_to_id | str | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /nz/series | — | src/new_zealand/create_series.py |
Change history
v2.0.0 · 2025-05-08 · Cian (shared account) · 6a88fc041
fx
- Field
year_fromtype changed: str → Optional[str] (breaking). - Field
year_frombecame optional. - Field
year_from_idtype changed: str → Optional[str] (breaking). - Field
year_from_idbecame optional. - Field
year_totype changed: str → Optional[str] (breaking). - Field
year_tobecame optional. - Field
year_to_idtype changed: str → Optional[str] (breaking). - Field
year_to_idbecame optional.
v1.0.0 · 2025-03-16 · Cian (shared account) · feca668a3
models
- Initial version.
Generated from
dismantly-backend/Microservices/VehicleAndPartMaster/dependencies/models.py. Do not edit by hand.