Item Claim

Represents a claim made against a Service Item for a specific vehicle. Tracks the claim details including cost, associated inspection, and job/invoice references.

Property Summary
VIN
string
The Vehicle Identification Number (VIN) this claim is for.
CompanyHashID
string
The Company Hash ID from the Identity System.
BranchHashID
string
The Branch Hash ID from the Identity System.
ClaimDate
DateTimeOffset
The date when this service item was claimed.
IsDeleted
bool
Indicates whether this claim has been deleted.
ServiceItemID
string
The ID of the Service Item being claimed.
VehicleInspectionID
string
The ID of the Vehicle Inspection associated with this claim, if any.
Cost
decimal
The cost of this claim.
PackageCode
string
The package code grouping this claim with related service items.
JobNumber
string
The job number from the dealer's service system.
InvoiceNumber
string
The invoice number associated with this claim.
QRCode
string
A QR code identifier for this claim.