InspectionListModel
Version: v1.0.0
Stored entity
Partition key pk, sort key sk • discriminator type = "INSPECTION_LIST_TEMPLATE"
Overview
InspectionListModel model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
inspection_list_template_id | str | ✅ | — | — |
name | str | ❌ | — | — |
veh_production_year_from | int | ❌ | — | — |
veh_production_year_to | int | ❌ | — | — |
veh_production_month_from | int | ❌ | — | — |
veh_production_month_to | int | ❌ | — | — |
veh_chassis_code | str | ❌ | — | — |
veh_engine_code | str | ❌ | — | — |
veh_fuel_type | str | ❌ | — | — |
veh_fuel_type_id | str | ❌ | — | — |
veh_engine_size | float | ❌ | — | — |
veh_body_type | str | ❌ | — | — |
veh_body_type_id | str | ❌ | — | — |
veh_drive_type | str | ❌ | — | — |
veh_drive_type_id | str | ❌ | — | — |
default_selection | InspectionListDefaultSelectionChoice | ❌ | — | — |
parts | List[InspectionListPart] | ❌ | — | — |
status | InspectionListTemplateStatusEnum | ❌ | ACTIVE | — |
country | Country (AUS, NZ, SA, US, GB, JP, IND, DNK) | ❌ | AUS | Country |
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 | ❌ | — | — |
created_at | str | ❌ | 2026-06-23T08:40:20.243112+00:00 | — |
updated_at | str | ❌ | 2026-06-23T08:40:20.243114+00:00 | — |
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
type | str | ❌ | INSPECTION_LIST_TEMPLATE | — |
veh_production_month | int | ❌ | — | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
InspectionListPart — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
part_type | str | ✅ | — | — |
part_type_id | str | ✅ | — | — |
custom | bool | ❌ | False | — |
No recorded history.
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /inspectionList/template | — | src/inspection_list/template/vehicle_inspection_list_template_create.py |
Change history
No recorded history.
Generated from
dismantly-backend/Microservices/Vehicle/dependencies/models.py. Do not edit by hand.