Table of Contents
Uses the Component:LaborOperationsType
LaborOperations provides real-time access to labor operation data through inquiries and searches. Labor Operations is the task of sending the labor operation information electronically between Dealer and OEM systems. For each LaborOperations represented in the Data Area of the LaborOperations Business Object Document, there must be one occurrence of the LaborOperations Component.
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
LaborOperationsHeader |
For each LaborOperations represented in the DataArea of the Labor Operations Business Object Document, there must be once occurrence of the Header Component. | 1..1 | Component | LaborOperationsHeaderType | |
LaborOperationsDetail |
For each LaborOperations represented in the DataArea of the Labor Operations Business Object Document, there may be zero or many details. | 0..* | Component | LaborOperationsDetailType |
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. LaborOperations
<LaborOperations> <LaborOperationsHeader>......</LaborOperationsHeader> [1..1] <LaborOperationsDetail>......</LaborOperationsDetail> [0..*] </LaborOperations>