JobCompleted

Uses the Component:JobCompletedType

Repairs completed on vehicle

Fields and Components

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..1Field qdt:StringType  
Description

Description of work completed on vehicle

0..*Field udt:TextType  
TotalAmount

Total amount for operation

0..1Field udt:AmountType  

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.33. JobCompleted

<JobCompleted>
     <RepairOrderNumberString>......</RepairOrderNumberString>     [0..1]
     <Description>......</Description>     [0..*]
     <TotalAmount>......</TotalAmount>     [0..1]
</JobCompleted>