Table of Contents
Uses the Component:VehicleOrderType
VehicleOrder supports the placement of Vehicle Orders. It supports placing orders to the manufacturer by a dealer, leasing company or other entity and reporting order status to the ordering entity. A Vehicle Order is defined as an order for one or more vehicles including specifications of Model, Color and Options. The order may, or may not, include incentives. NOTE: Although this is the traditional use of VehicleOrder, it could be used to send Vehicle Order information between any two business parties.
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
VehicleOrderHeader |
Vehicle Order Header | 1..1 | Component | VehicleOrderHeaderType | |
VehicleOrderVehicleLineItem | 1..* | Component | VehicleOrderVehicleLineItemType |
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. VehicleOrder
<VehicleOrder> <VehicleOrderHeader>......</VehicleOrderHeader> [1..1] <VehicleOrderVehicleLineItem>......</VehicleOrderVehicleLineItem> [1..*] </VehicleOrder>