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.
PaintThicknessCertificateAvailable
bool
Whether a can be produced for this vehicle: the distributor has an
invoiced entry and a PDI paint-thickness inspection exists strictly before that invoice date.
Lets UIs decide whether to offer the certificate (e.g. a print button) without re-implementing the
anchor logic client-side.
PaintThicknessCertificateUrls
List<PaintThicknessCertificateUrlDTO>
Signed public URLs that serve the Paint Thickness Certificate — one
entry per print language the issuing host
supports (the host owns the template set, so it declares the languages by what it issues
here; list order is display order). The same kind of links the printed certificate's QR
carries. Set only when PaintThicknessCertificateAvailable is true, the
request opted in via
VehicleLookupRequestOptions.GeneratePaintThicknessCertificateUrls (the endpoint's
server-side permission check), and the host configured
LookupOptions.PaintThicknessCertificateUrlsResolver. UIs render a print menu from
the list and simply open the chosen URL in a new tab — no authenticated download round-trip.
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).