Vehicle Lookup Result
The main result returned by the vehicle lookup service. Contains all vehicle data including identifiers, sale information, warranty, service history, service items, accessories, and safety recalls.
| Property | Summary |
|---|---|
VIN string |
The Vehicle Identification Number (VIN) that was looked up. |
Identifiers VehicleIdentifiersDTO |
The vehicle's identifiers (VIN, Variant, Katashiki, Color, Trim, Brand). |
SaleInformation VehicleSaleInformation |
The vehicle's sale information including invoice date, dealer, and broker details. |
PaintThicknessInspections IEnumerable<PaintThicknessInspectionDTO> |
A list of paint thickness inspections performed on this vehicle. |
IsAuthorized bool |
Indicates whether the vehicle is authorized (has official VIN entries or SSC records). |
Warranty VehicleWarrantyDTO |
The vehicle's warranty information including start/end dates and extended warranty. |
NextServiceDate DateTime? |
The next scheduled service date for this vehicle. |
ServiceHistory IEnumerable<VehicleServiceHistoryDTO> |
The vehicle's service history — a list of past service invoices with labor and part lines. |
SSC IEnumerable<SscDTO> |
A list of Special Service Campaigns (SSC) / safety recalls affecting this vehicle. |
VehicleVariantInfo VehicleVariantInfoDTO |
Parsed variant information (ModelCode, SFX, ModelYear) derived from the Variant string. |
VehicleSpecification VehicleSpecificationDTO |
The vehicle's technical specifications (model, body, engine, transmission, colors). |
ServiceItems IEnumerable<VehicleServiceItemDTO> |
The service items available for this vehicle (free and paid). |
Accessories IEnumerable<AccessoryDTO> |
The accessories installed on this vehicle. |
BasicModelCode string |
The basic model code extracted from the Katashiki (first segment before the hyphen, with trailing L/R removed). |