Table of Contents
Uses the Component:VehicleServiceHistoryType
VehicleServiceHistory supports the transmission of Vehicle Service History information to the dealership.
Table 6.1. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| VehicleServiceHistoryHeader |
Vehicle Service History Header | 1..1 | Component | VehicleServiceHistoryHeaderType | |
| VehicleServiceHistoryDetail |
Vehicle Service History Detail | 0..* | Component | VehicleServiceHistoryDetailType |
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. VehicleServiceHistory
<VehicleServiceHistory>
<VehicleServiceHistoryHeader>......</VehicleServiceHistoryHeader> [1..1]
<VehicleServiceHistoryDetail>......</VehicleServiceHistoryDetail> [0..*]
</VehicleServiceHistory>