LaborOperationsHeader

Uses the Component:LaborOperationsHeaderType

For each LaborOperations represented in the DataArea of the Labor Operations Business Object Document, there must be once occurrence of the Header Component.

Fields and Components

Table 6.2. Fields and Components

Name Description Occurrence Type Data Type User Notes
VehicleID

The vehicle identification. This could be the VIN, HIN, or some unique identifier for a vehicle.

0..*Field udt:IdentifierType  
DeliveryTypeCode

Transaction request delivery type

0..1Field sqdt:DeliveryTypeCodeType  
RequestCode

Type of request

0..1Field scl:RequestEnumeratedType  
OriginalLanguageCode

The original source language.

0..1Field sqdt:LanguageCodeType  
LaborOperationsHeaderBase

The base header information for Labor Operations.

1..1ComponentHeaderBaseType 
LaborOperationCodes

Labor Operation Codes contain the major group, component group, component, and labor operation location groups.

0..1ComponentLaborOperationCodesType 
VehicleGroup

A grouping of vehicles.

0..*ComponentVehicleGroupType 
EmployeePerson

An employee of a dealership, or other organization.

0..1ComponentEmployeePersonType 

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.2. LaborOperationsHeader

<LaborOperationsHeader>
     <VehicleID>......</VehicleID>     [0..*]
     <DeliveryTypeCode>......</DeliveryTypeCode>     [0..1]
     <RequestCode>......</RequestCode>     [0..1]
     <OriginalLanguageCode>......</OriginalLanguageCode>     [0..1]
     <LaborOperationsHeaderBase>......</LaborOperationsHeaderBase>     [1..1]
     <LaborOperationCodes>......</LaborOperationCodes>     [0..1]
     <VehicleGroup>......</VehicleGroup>     [0..*]
     <EmployeePerson>......</EmployeePerson>     [0..1]
</LaborOperationsHeader>