Uses the Component:JobCompletedType
Repairs completed on vehicle
Table 6.33. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| RepairOrderNumberString |
Identification number of repair order assigned by dealer or DMS | 0..1 | Field | qdt:StringType | |
| Description |
Description of work completed on vehicle | 0..* | Field | udt:TextType | |
| TotalAmount |
Total amount for operation | 0..1 | Field | udt:AmountType |
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.33. JobCompleted
<JobCompleted>
<RepairOrderNumberString>......</RepairOrderNumberString> [0..1]
<Description>......</Description> [0..*]
<TotalAmount>......</TotalAmount> [0..1]
</JobCompleted>