WarrantyClaimHistory

Uses the Component:WarrantyClaimHistoryType

Warranty Claim information related to job

Fields and Components

Table 6.100. Fields and Components

Name Description Occurrence Type Data Type User Notes
ClaimNumberString

Identifier of claim entered by dealer

0..1Field qdt:StringType  
ClaimTypeString

Identifier of the type of claim

0..1Field qdt:StringType  
OEMClaimNumberString

Assigned by OEM at time of claim processing

0..1Field qdt:StringType  
ExternalReferenceNumberString

Secondary identifying scheme that is meaningful to claimant

0..1Field qdt:StringType  
FreightClaimNumberString

The claim number of the freight claim associated with the current warranty claim

0..1Field qdt:StringType  
AccessoryClaimTypeString

Manufacturer identifier of the type of accessory claim

0..1Field qdt:StringType  
DefectCode

Manufacturer assigned code that defines failed component that caused the claim

0..1Field udt:CodeType  
ItemID

Primary part responsible for vehicle failure

0..1Field udt:IdentifierType  
PartTypeCode

Specifies whether the parts are indicated by manufacturer part code or Part Number

0..1Field scl:PartTypeEnumeratedType  
SparePartDate

The date the part was purchased

0..1Field udt:DateType  
SparePartInvoiceNumberString

The invoice number on which the part was sold over the counter

0..1Field qdt:StringType  
WarrantyAppealIndicator

Warranty Appeal indicator

0..1Field udt:IndicatorType  
ServiceCampaignExtended

Service Campaign information related to vehicle service

0..*ComponentServiceCampaignExtendedType 
CodesAndComments

Codes and Comments related to vehicle service

0..1ComponentCodesAndCommentsType 
SparePartDistanceMeasure

Mileage at which the failed part was originally installed

0..1Field sqdt:LengthMeasureType  
ItemIdDescription

Item part number detail description

0..*Field udt:TextType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.100. WarrantyClaimHistory

<WarrantyClaimHistory>
     <ClaimNumberString>......</ClaimNumberString>     [0..1]
     <ClaimTypeString>......</ClaimTypeString>     [0..1]
     <OEMClaimNumberString>......</OEMClaimNumberString>     [0..1]
     <ExternalReferenceNumberString>......</ExternalReferenceNumberString>     [0..1]
     <FreightClaimNumberString>......</FreightClaimNumberString>     [0..1]
     <AccessoryClaimTypeString>......</AccessoryClaimTypeString>     [0..1]
     <DefectCode>......</DefectCode>     [0..1]
     <ItemID>......</ItemID>     [0..1]
     <PartTypeCode>......</PartTypeCode>     [0..1]
     <SparePartDate>......</SparePartDate>     [0..1]
     <SparePartInvoiceNumberString>......</SparePartInvoiceNumberString>     [0..1]
     <WarrantyAppealIndicator>......</WarrantyAppealIndicator>     [0..1]
     <ServiceCampaignExtended>......</ServiceCampaignExtended>     [0..*]
     <CodesAndComments>......</CodesAndComments>     [0..1]
     <SparePartDistanceMeasure>......</SparePartDistanceMeasure>     [0..1]
     <ItemIdDescription>......</ItemIdDescription>     [0..*]
</WarrantyClaimHistory>