VehicleUpdatePinnacle
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
VehicleUpdatePinnacle model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
updated_at | str | ✅ | — | — |
veh_production_year | int | ❌ | — | — |
veh_production_year_from | int | ❌ | — | — |
veh_production_year_to | int | ❌ | — | — |
veh_production_applicable_years | List[int] | ✅ | — | — |
veh_body_type | str | ❌ | — | — |
veh_body_type_id | str | ❌ | — | — |
veh_engine_code_raw | str | ❌ | — | — |
veh_engine_code | str | ❌ | — | — |
veh_engine_size_cc | int | ❌ | — | — |
veh_engine_size_litres | float | ❌ | — | — |
veh_engine_power | float | ❌ | — | — |
veh_engine_power_metric | str | ❌ | — | — |
veh_fuel_type | str | ❌ | — | — |
veh_fuel_type_id | str | ❌ | — | — |
veh_drive_type | str | ❌ | — | — |
veh_drive_type_id | str | ❌ | — | — |
does_vehicle_start | bool | ❌ | — | — |
is_vehicle_drivable | bool | ❌ | — | — |
odometer | int | ❌ | — | — |
veh_weight | float | ❌ | — | — |
registration_id | str | ❌ | — | — |
vin | str | ❌ | — | — |
veh_engine_cylinder_number | int | ❌ | — | — |
veh_engine_cylinder_number_id | str | ❌ | — | — |
veh_transmission_type | str | ❌ | — | — |
veh_transmission_type_id | str | ❌ | — | — |
veh_transmission_num_speeds | int | ❌ | — | — |
veh_transmission_num_speeds_id | str | ❌ | — | — |
veh_transmission_code | str | ❌ | — | — |
veh_steering_system | str | ❌ | — | — |
veh_steering_system_id | str | ❌ | — | — |
veh_axle_code | str | ❌ | — | — |
veh_num_of_doors | int | ❌ | — | — |
veh_num_of_doors_id | str | ❌ | — | — |
veh_exterior_color | str | ❌ | — | — |
veh_exterior_color_id | str | ❌ | — | — |
veh_vin_first_11 | str | ❌ | — | — |
has_cruise_control | bool | ❌ | — | — |
has_air_bags | bool | ❌ | — | — |
has_air_conditioning | bool | ❌ | — | — |
has_electric_windows | bool | ❌ | — | — |
has_central_locking | bool | ❌ | — | — |
has_sun_roof | bool | ❌ | — | — |
veh_interior_color | str | ❌ | — | — |
veh_interior_color_id | str | ❌ | — | — |
damages | str | ❌ | — | — |
private_comments | str | ❌ | — | — |
purchase | Purchase | ✅ | — | Purchase |
arrival_date | str | ❌ | — | — |
arrival_status | bool | ❌ | — | — |
location | str | ❌ | — | — |
location_id | str | ❌ | — | — |
title | str | ❌ | — | — |
title_template | str | ❌ | — | — |
has_battery | bool | ❌ | — | — |
has_jack | bool | ❌ | — | — |
custom_fields | List[CustomField] | ✅ | — | — |
images | List[Image] | ✅ | — | — |
inventory_date | str | ❌ | — | — |
last_stock_take_date | str | ❌ | — | — |
veh_make_id | str | ❌ | — | — |
veh_make | str | ❌ | — | — |
veh_model_id | str | ❌ | — | — |
veh_model | str | ❌ | — | — |
veh_make_model | str | ❌ | — | — |
expenses | List[Expense] | ✅ | — | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
CustomField — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
name | str | ✅ | — | — |
value | str | ✅ | — | — |
Change history
v1.0.0· 2025-02-21 · Cian (shared account) · Initial version. (2ffc9c19c)
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | PUT /pinnacle | — | src/pinnacle/vehicle_handle_update.py |
Change history
No recorded history.
Generated from
dismantly-backend/Microservices/Vehicle/dependencies/models.py. Do not edit by hand.