InspectionListTemplateUpdateBase
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
InspectionListTemplateUpdateBase 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 | ❌ | — | — |
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 | PUT /inspectionList/template | — | src/inspection_list/template/vehicle_inspection_list_template_update.py |
Change history
No recorded history.
Generated from
dismantly-backend/Microservices/Vehicle/dependencies/models.py. Do not edit by hand.