Warranty Claim
Represents a warranty claim submitted for a vehicle repair. Tracks the claim lifecycle from submission through distributor and manufacturer processing, including repair details and labor operations.
| Property | Summary |
|---|---|
VIN string |
The Vehicle Identification Number (VIN) this warranty claim is for. |
IsDeleted bool |
Indicates whether this warranty claim has been deleted. |
RepairDate DateTime? |
The date the repair was performed. |
ClaimStatus ClaimStatus |
The current status of this warranty claim in the processing lifecycle. |
ManufacturerStatus WarrantyManufacturerClaimStatus |
The manufacturer's status for this warranty claim. |
DistributorComment string |
Comments added by the distributor during claim processing. |
LaborOperationNumberMain string |
The main labor operation number for this claim. |
ClaimNumber string |
The unique claim number assigned to this warranty claim. |
InvoiceNumber string |
The invoice number associated with this warranty claim. |
DealerClaimNumber string |
The dealer's own claim number for internal tracking. |
DateOfReceipt DateTime? |
The date the claim was received by the distributor. |
WarrantyType string |
The type of warranty coverage (e.g., Standard, Extended). |
BrandHashID string |
The Brand Hash ID from the Identity System. |
DeliveryDate DateTime? |
The vehicle delivery date to the customer. |
RepairCompletionDate DateTime? |
The date the repair was completed. |
Odometer int? |
The vehicle's odometer reading at the time of the warranty repair. |
RepairOrderNumber string |
The repair order number from the dealer's service system. |
ProcessDate DateTime? |
The date this claim was processed by the manufacturer. |
DistributorProcessDate DateTime? |
The date this claim was processed by the distributor. |
CompanyHashID string |
The Company Hash ID from the Identity System. |
LaborLines IEnumerable<WarrantyClaimLaborLineModel> |
The labor lines associated with this warranty claim. |