Series
Version: v1.1.0
Stored entity
Partition key pk, sort key sk
Overview
Series is a model that represents a series of a vehicle.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
type | str | ✅ | — | — |
id | str | ✅ | — | — |
name | str | ✅ | — | — |
veh_model_id | str | ✅ | — | — |
veh_model | str | ✅ | — | — |
veh_submodel_id | str | ❌ | — | — |
veh_submodel | str | ❌ | — | — |
veh_make | str | ✅ | — | — |
veh_make_id | str | ✅ | — | — |
year_from | int | ❌ | — | — |
year_to | int | ❌ | — | — |
is_system_wide | bool | ✅ | — | — |
tenant_id | str | ❌ | — | — |
created_at | str | ✅ | — | — |
updated_at | str | ✅ | — | — |
is_region_specific | bool | ✅ | — | — |
source_veh_series_id | str | ❌ | — | — |
source_veh_submodel_id | str | ❌ | — | — |
applicable_regions | List[Any] | ✅ | — | — |
meta_data | dict | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /nz/series | — | src/new_zealand/create_series.py |
Change history
v1.1.0 · 2026-06-04 · Cian (shared account) · cde1fe350
Add VPM parity history and smoke tests
- Added optional field
meta_data.
v1.0.0 · 2025-06-15 · Cian (shared account) · a14e8fd53
fix create custom data models
- Initial version.
Generated from
dismantly-backend/Microservices/VehicleAndPartMaster/dependencies/models.py. Do not edit by hand.