Table of Contents
Uses the Component:RepairOrderType
Repair Order
Table 6.1. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| RepairOrderHeader |
Repair Order Header | 1..1 | Component | RepairOrderHeaderType | |
| Job |
Jobs related to Warranty Claim | 0..* | Component | JobType | |
| JobReferback |
Job Referback related to Internal Pay | 0..* | Component | JobReferbackType | |
| WarrantyClaim |
Warranty Claim information related to job | 0..* | Component | WarrantyClaimType | |
| InternalPay |
The InternalPay Component represents information about Internal pay work performed on vehicle. | 0..* | Component | InternalPayType | |
| CustomerInformationRewardsCard |
The Rewards card is a credit card, that when used by the customer, the customer can earn points with every purchase they make. These points can be used towards the purchase, or lease of a new vehicle. | 0..1 | Component | CustomerInformationRewardsCardType |
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.1. RepairOrder
<RepairOrder>
<RepairOrderHeader>......</RepairOrderHeader> [1..1]
<Job>......</Job> [0..*]
<JobReferback>......</JobReferback> [0..*]
<WarrantyClaim>......</WarrantyClaim> [0..*]
<InternalPay>......</InternalPay> [0..*]
<CustomerInformationRewardsCard>......</CustomerInformationRewardsCard> [0..1]
</RepairOrder>