VehicleLookupResponse
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
A class for the response of the vehicle lookup.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
vin | str | ❌ | — | — |
raw_make | str | ❌ | — | — |
veh_make | str | ❌ | — | — |
veh_make_id | str | ❌ | — | — |
make_confidence | int | ❌ | — | — |
raw_model | str | ❌ | — | — |
veh_model | str | ❌ | — | — |
veh_model_id | str | ❌ | — | — |
model_confidence | int | ❌ | — | — |
model_thought_process | str | ❌ | — | — |
raw_series | str | ❌ | — | — |
veh_series | str | ❌ | — | — |
veh_series_id | str | ❌ | — | — |
series_confidence | int | ❌ | — | — |
series_thought_process | str | ❌ | — | — |
raw_submodel | str | ❌ | — | — |
veh_submodel | str | ❌ | — | — |
veh_submodel_id | str | ❌ | — | — |
submodel_confidence | int | ❌ | — | — |
submodel_thought_process | str | ❌ | — | — |
raw_body_type | str | ❌ | — | — |
veh_body_type | str | ❌ | — | — |
veh_body_type_id | str | ❌ | — | — |
body_type_confidence | int | ❌ | — | — |
veh_production_year | int | ❌ | — | — |
raw_engine_size_litres | float | ❌ | — | — |
veh_engine_size_litres | float | ❌ | — | — |
raw_engine_size_cc | int | ❌ | — | — |
veh_engine_size_cc | int | ❌ | — | — |
veh_engine_power | float | ❌ | — | — |
veh_engine_power_metric | str | ❌ | — | — |
raw_fuel_type | str | ❌ | — | — |
veh_fuel_type | str | ❌ | — | — |
veh_fuel_type_id | str | ❌ | — | — |
fuel_type_confidence | int | ❌ | — | — |
veh_engine_code | str | ❌ | — | — |
veh_engine_code_raw | str | ❌ | — | — |
engine_code_confidence | int | ❌ | — | — |
engine_code_thought_process | str | ❌ | — | — |
raw_transmission_type | str | ❌ | — | — |
veh_transmission_type | str | ❌ | — | — |
veh_transmission_type_id | str | ❌ | — | — |
transmission_type_confidence | int | ❌ | — | — |
raw_transmission_num_speeds | str | ❌ | — | — |
veh_transmission_num_speeds | int | ❌ | — | — |
transmission_num_speeds_confidence | int | ❌ | — | — |
raw_engine_cylinder_number | int | ❌ | — | — |
veh_engine_cylinder_number | int | ❌ | — | — |
raw_country_of_origin | str | ❌ | — | — |
veh_country_of_origin | str | ❌ | — | — |
veh_country_of_origin_id | str | ❌ | — | — |
country_of_origin_confidence | int | ❌ | — | — |
raw_drive_type | str | ❌ | — | — |
veh_drive_type | str | ❌ | — | — |
veh_drive_type_id | str | ❌ | — | — |
drive_type_confidence | int | ❌ | — | — |
raw_num_of_doors | int | ❌ | — | — |
veh_num_of_doors | int | ❌ | — | — |
raw_odometer | int | ❌ | — | — |
odometer | int | ❌ | — | — |
odometer_metric | str | ❌ | — | — |
raw_exterior_color | str | ❌ | — | — |
veh_exterior_color | str | ❌ | — | — |
veh_exterior_color_id | str | ❌ | — | — |
exterior_color_confidence | int | ❌ | — | — |
custom_fields | List[CustomField] | ❌ | — | — |
title | str | ❌ | — | — |
registration_id | str | ❌ | — | — |
damages | str | ❌ | — | — |
veh_production_from_year | int | ❌ | — | — |
veh_production_to_year | int | ❌ | — | — |
images | List[Image] | ❌ | — | — |
veh_chassis_code_raw | str | ❌ | — | — |
veh_chassis_code | str | ❌ | — | — |
chassis_code_confidence | int | ❌ | — | — |
chassis_code_thought_process | str | ❌ | — | — |
veh_weight | int | ❌ | — | — |
weight_metric | str | ❌ | — | — |
processing_time | float | ❌ | — | — |
veh_aspiration_type | str | ❌ | — | — |
veh_aspiration_type_id | str | ❌ | — | — |
not_found_in_manual_mapping | dict | ❌ | — | — |
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
No API or event interacts with this object directly.
Change history
No recorded history.
Generated from
dismantly-backend/Microservices/Vehicle/dependencies/models.py. Do not edit by hand.