DonorVehicle
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
DonorVehicle
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
veh_make | str | ❌ | — | — |
veh_make_id | str | ❌ | — | — |
veh_model_id | str | ❌ | — | — |
veh_model | str | ❌ | — | — |
veh_make_model | str | ❌ | — | — |
veh_submodel | str | ❌ | — | — |
veh_submodel_id | str | ❌ | — | — |
veh_series | str | ❌ | — | — |
veh_series_id | str | ❌ | — | — |
veh_production_year | int | ❌ | — | — |
veh_production_month | int | ❌ | — | — |
vehicle_id | str | ❌ | — | — |
stock_id | str | ❌ | — | — |
veh_production_year_from | int | ❌ | — | — |
veh_production_month_from | int | ❌ | — | — |
veh_production_year_to | int | ❌ | — | — |
veh_production_month_to | int | ❌ | — | — |
veh_production_applicable_years | List[int] | ❌ | [] | — |
veh_chassis_code_raw | str | ❌ | — | — |
veh_chassis_code | str | ❌ | — | — |
veh_chassis_code_id | str | ❌ | — | — |
veh_engine_code_raw | str | ❌ | — | — |
veh_engine_code | str | ❌ | — | — |
veh_engine_code_id | str | ❌ | — | — |
veh_body_type | str | ❌ | — | — |
veh_body_type_id | str | ❌ | — | — |
veh_drive_type | str | ❌ | — | — |
veh_drive_type_id | str | ❌ | — | — |
veh_num_of_doors | int | ❌ | — | — |
veh_num_of_doors_id | str | ❌ | — | — |
veh_fuel_type | str | ❌ | — | — |
veh_fuel_type_id | str | ❌ | — | — |
veh_engine_power | float | ❌ | — | — |
veh_engine_power_metric | str | ❌ | — | — |
veh_engine_size_cc | float | ❌ | — | — |
veh_engine_size_litres | float | ❌ | — | — |
veh_transmission_type | str | ❌ | — | — |
veh_transmission_type_id | str | ❌ | — | — |
raw_veh_model | str | ❌ | — | — |
raw_veh_submodel | str | ❌ | — | — |
raw_veh_series | str | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /pinnacle | — | src/pinnacle/part_handle_create.py |
| API | PUT /pinnacle | — | src/pinnacle/part_handle_updated.py |
Change history
v1.0.0 · 2025-02-21 · Cian (shared account) · e360227a7
rename
- Initial version.
Generated from
dismantly-backend/Microservices/Part/dependencies/models.py. Do not edit by hand.