Inspection
Represents a paint thickness inspection performed on a vehicle. Paint thickness measurements across multiple panels help detect prior bodywork, repainting, or accident damage.
| Property | Summary |
|---|---|
ModelYear string |
The model year of the vehicle at the time of inspection. |
ModelDescription string |
A description of the vehicle model at the time of inspection. |
ColorCode string |
The exterior color code of the vehicle at the time of inspection. |
InspectionDate DateTime? |
The date the paint thickness inspection was performed. |
VIN string |
The Vehicle Identification Number (VIN) of the inspected vehicle. |
Panels IEnumerable<PaintThicknessInspectionPanelModel> |
The individual panel measurements taken during the inspection. |
CompanyHashID string |
The Company Hash ID from the Identity System. |
Source string |
The source system or process that performed this inspection. |