Table of Contents
Uses the Component:ModelCodesType
ModelCodes provides real-time access to vehicle model code data through inquiries and searches. Model Codes is the task of sending the vehicle model code information electronically between Dealer and OEM systems.
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ModelCodesHeader |
For each ModelCodes represented in the DataArea of the ModelCodes Business Object Document, there must be once occurrence of the Header Component. | 1..1 | Component | ModelCodesHeaderType | |
ModelCodesVehicleLineItem |
Detail information regarding a particular vehicle. | 1..* | Component | ModelCodesVehicleLineItemType |
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. ModelCodes
<ModelCodes> <ModelCodesHeader>......</ModelCodesHeader> [1..1] <ModelCodesVehicleLineItem>......</ModelCodesVehicleLineItem> [1..*] </ModelCodes>