Flat Rate
Represents a flat-rate labor time entry used to look up standard repair times. Each entry maps a labor code and vehicle variant (identified by WMI and VDS from the VIN) to a set of time allowances.
| Property | Summary |
|---|---|
LaborCode string |
The labor operation code identifying the type of work. |
VDS string |
The Vehicle Descriptor Section (VDS) from the VIN, identifying the vehicle model/variant. |
Times Dictionary<string, decimal?> |
A dictionary of time allowances keyed by time category. Values are in hours. |
WMI string |
The World Manufacturer Identifier (WMI) from the VIN, identifying the vehicle manufacturer. |
BrandHashID string |
The Brand Hash ID from the Identity System. |