Vehicle Inspection

Represents a comprehensive vehicle inspection record. Captures inspection details, technician information, vehicle photos, and customer information at the time of the inspection.

Property Summary
VehicleInspectionTypeID
long
The type of vehicle inspection performed.
VIN
string
The Vehicle Identification Number (VIN) of the inspected vehicle.
InspectionDate
DateTimeOffset
The date the inspection was performed.
Model
string
The vehicle model description.
ModelYear
int
The model year of the inspected vehicle.
ModelCode
string
The model code of the inspected vehicle.
JobNumber
string
The job number from the dealer's service system for this inspection.
TechnicianName
string
The name of the technician who performed the inspection.
QualityControlName
string
The name of the quality control reviewer for this inspection.
FrontPhoto
string
URL of the front photo of the vehicle taken during the inspection.
RearPhoto
string
URL of the rear photo of the vehicle taken during the inspection.
CustomerCountryID
long?
The country ID of the customer at the time of inspection.
CustomerCityID
long?
The city ID of the customer at the time of inspection.
CustomerType
CustomerTypes?
The type of customer (e.g., Individual, Organization).
OrganizationName
string
The organization name if the customer is an organization.
CustomerFirstName
string
The customer's first name.
CustomerMiddleName
string
The customer's middle name.
CustomerLastName
string
The customer's last name.
CustomerPhone
string
The customer's phone number.
CustomerEmail
string
The customer's email address.
CustomerGender
Genders
The customer's gender.
IsDeleted
bool
Indicates whether this inspection record has been deleted.
CompanyHashID
string
The Company Hash ID from the Identity System.