Uses the Component:RepairOrderReconciliationType
Repair Order information associated with a Payment/Disposition.
Table 6.7. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| DocumentID |
Repair Order Number - Identification number of repair order assigned by dealer or DMS | 0..1 | Field | udt:IdentifierType | |
| VIN |
Federally defined 17 position vehicle identification number | 0..1 | Field | sqdt:VINType | |
| RepairOrderOpenedDate |
System date when Repair Order was opened | 0..1 | Field | udt:DateType | |
| RepairOrderCompletedDate |
The date the last line was closed on the repair order | 0..1 | Field | udt:DateType | |
| JobReconciliation |
Job information associated with a Repair Order | 0..* | Component | JobReconciliationType | |
| WarrantyClaimReconciliation |
Warranty Claim information associated with a Repair Order | 0..* | Component | WarrantyClaimReconciliationType | |
| CurrentDistanceMeasure |
Odometer reading of vehicle at the current time | 0..1 | Field | sqdt:LengthMeasureType | |
| ClaimCountNumeric |
Identifies the total number of Claims | 0..1 | Field | udt:NumericType |
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.7. RepairOrderReconciliation
<RepairOrderReconciliation>
<DocumentID>......</DocumentID> [0..1]
<VIN>......</VIN> [0..1]
<RepairOrderOpenedDate>......</RepairOrderOpenedDate> [0..1]
<RepairOrderCompletedDate>......</RepairOrderCompletedDate> [0..1]
<JobReconciliation>......</JobReconciliation> [0..*]
<WarrantyClaimReconciliation>......</WarrantyClaimReconciliation> [0..*]
<CurrentDistanceMeasure>......</CurrentDistanceMeasure> [0..1]
<ClaimCountNumeric>......</ClaimCountNumeric> [0..1]
</RepairOrderReconciliation>