Table of Contents
Uses the Component:VehicleInventoryType
VehicleInventory supports the transmission of Vehicle Inventory information to the dealership. Vehicle Inventory is the task of sending the Vehicle Inventory information electronically between Dealer and OEM systems.
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
VehicleInventoryHeader |
Vehicle Inventory Header | 1..1 | Component | VehicleInventoryHeaderType | |
Invoice |
Deprecated: Use VehicleInventoryInvoice. This field was deperecated to align with the naming and design rules. This is left in for compatibility reasons, but will be removed in the next major version of STAR. | 0..* | Field | VehicleInventoryInvoiceType | |
VehicleInventoryInvoice |
Detailed information regarding a vehicle in inventory. | 0..* | Component | VehicleInventoryInvoiceType |
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. VehicleInventory
<VehicleInventory> <VehicleInventoryHeader>......</VehicleInventoryHeader> [1..1] <Invoice>......</Invoice> [0..*] <VehicleInventoryInvoice>......</VehicleInventoryInvoice> [0..*] </VehicleInventory>