SSC Affected VIN
Represents a Special Service Campaign (SSC) / Safety Recall record for a specific vehicle. Each record links a VIN to a recall campaign, including the labor operations and parts required for the repair.
| Property | Summary |
|---|---|
VIN string |
The Vehicle Identification Number (VIN) affected by this recall campaign. |
CampaignCode string |
The unique code identifying the recall/SSC campaign. |
Description string |
A description of the recall campaign and the issue being addressed. |
LaborCode1 string |
The first labor operation code required for the recall repair. |
LaborHour1 double? |
The estimated hours for the first labor operation. |
LaborCode2 string |
The second labor operation code, if applicable. |
LaborHour2 double? |
The estimated hours for the second labor operation. |
LaborCode3 string |
The third labor operation code, if applicable. |
LaborHour3 double? |
The estimated hours for the third labor operation. |
PartNumber1 string |
The first part number required for the recall repair. |
PartNumber2 string |
The second part number required for the recall repair, if applicable. |
PartNumber3 string |
The third part number required for the recall repair, if applicable. |
RepairDate DateTime? |
The date the recall repair was completed. Null if the recall has not been repaired yet. |
CompanyHashID string |
The Company Hash ID from the Identity System. |