Uses the Component:VehicleOrderVehicleLineItemType
Table 6.42. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
Vehicle |
Common vehicle component | 0..1 | Component | VehicleABIEType | |
Option |
The Option represents information about a vehicle's options. | 0..* | Component | OptionABIEType | |
StatusDetail |
Indicates the status of a particular message or line item. | 0..* | Component | StatusDetailType | |
MarketingInitiativesVO |
Marketing initiatives related to vehicle sale | 0..* | Component | MarketingInitiativesVOType | |
FleetAccount | 0..1 | Component | FleetAccountType | ||
CertifiedPreownedIndicator |
Identifies as a certified Pre-Owned Vehicle | 0..1 | Field | udt:IndicatorType | |
DealerInvoiceDate |
Date the dealer was invoiced | 0..1 | Field | udt:DateType | |
DeliveryDistanceMeasure |
Odometer reading of vehicle at time of delivery | 0..1 | Field | sqdt:LengthMeasureType | |
DeliveryRangeEndDate |
DeliveryRangeStart | 0..1 | Field | udt:DateType | |
DeliveryRangeStartDate |
DeliveryRangeStart | 0..1 | Field | udt:DateType | |
IgnitionKeyNumberString |
Vehicle Ignition Key Number | 0..1 | Field | qdt:StringType | |
OrderPriceProtectDate |
Effective date the order price was set | 0..1 | Field | udt:DateType | |
OwnerParty |
The owner of a vehicle, boat, engine, truck, trailer, or other item. | 0..1 | Component | PartyABIEType | |
PlantCode |
Factory or Port of origin of vehicle | 0..1 | Field | udt:CodeType | |
PlantOrderNumberString |
Manufacturing plant order number | 0..1 | Field | qdt:StringType | |
PreviousVIN |
Previous or Temporary VIN | 0..1 | Field | sqdt:VINType | |
ProductionDate |
Date the vehicle is to be built or arrive at port | 0..1 | Field | udt:DateType | |
ShipToParty |
The party receiving the goods or services. | 0..1 | Component | PartyABIEType | |
VehicleAllocatedDate |
Date vehicle was allocated and/or a delivery work order was cut | 0..1 | Field | udt:DateType | |
VehicleLocation |
Indicates the physical location of the vehicle | 0..1 | Field | udt:TextType | |
VehicleOrderNumber |
Vehicle Order Number (VON) | 0..1 | Field | udt:TextType | |
VehicleOrderQtyNumeric |
Total Number of Vehicles | 0..1 | Field | udt:NumericType | |
VehicleShipDate |
Date shipped from warehouse or distribution center | 0..1 | Field | udt:DateType | |
VehicleStatusCode |
Vehicle status code - Example status could be Built, Scheduled, Shipped, In-Transit, Sold, etc. | 0..1 | Field | udt:CodeType | |
VehicleStockString |
Dealer assigned vehicle stock number | 0..1 | Field | qdt:StringType | |
WholesaleDate |
Date the vehicle was wholesaled to dealer | 0..1 | Field | udt:DateType | |
VehiclePrices |
Common Vehicle Prices Component | 0..1 | Component | VehiclePricesType | |
DocumentIdentificationGroup |
A group of identifications that uniquely identifies this document | 0..1 | Component | DocumentIdentificationGroupType | |
DocumentReferenceIdentificationGroup |
A group of identifications that uniquely identifies this document | 0..1 | Component | DocumentReferenceIdentificationGroupType | |
OrderState |
The OrderState component represents the current and history states of the order. This component may occur many times reflecting the history of states. | 0..* | Component | OrderStateType | |
RequestedDeliveryDate |
Requested Delivery Date by the dealer/customer. | 0..1 | Field | udt:DateType | |
RequestedShipDate |
Requested Shipment Date by the dealer/customer. | 0..1 | Field | udt:DateType | |
PromissedDeliveryDate |
Promissed delivery date. | 0..1 | Field | udt:DateType | |
PromissedShipDate |
Promissed shipment date. | 0..1 | Field | udt:DateType |
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.42. VehicleOrderVehicleLineItem
<VehicleOrderVehicleLineItem> <Vehicle>......</Vehicle> [0..1] <Option>......</Option> [0..*] <StatusDetail>......</StatusDetail> [0..*] <MarketingInitiativesVO>......</MarketingInitiativesVO> [0..*] <FleetAccount>......</FleetAccount> [0..1] <CertifiedPreownedIndicator>......</CertifiedPreownedIndicator> [0..1] <DealerInvoiceDate>......</DealerInvoiceDate> [0..1] <DeliveryDistanceMeasure>......</DeliveryDistanceMeasure> [0..1] <DeliveryRangeEndDate>......</DeliveryRangeEndDate> [0..1] <DeliveryRangeStartDate>......</DeliveryRangeStartDate> [0..1] <IgnitionKeyNumberString>......</IgnitionKeyNumberString> [0..1] <OrderPriceProtectDate>......</OrderPriceProtectDate> [0..1] <OwnerParty>......</OwnerParty> [0..1] <PlantCode>......</PlantCode> [0..1] <PlantOrderNumberString>......</PlantOrderNumberString> [0..1] <PreviousVIN>......</PreviousVIN> [0..1] <ProductionDate>......</ProductionDate> [0..1] <ShipToParty>......</ShipToParty> [0..1] <VehicleAllocatedDate>......</VehicleAllocatedDate> [0..1] <VehicleLocation>......</VehicleLocation> [0..1] <VehicleOrderNumber>......</VehicleOrderNumber> [0..1] <VehicleOrderQtyNumeric>......</VehicleOrderQtyNumeric> [0..1] <VehicleShipDate>......</VehicleShipDate> [0..1] <VehicleStatusCode>......</VehicleStatusCode> [0..1] <VehicleStockString>......</VehicleStockString> [0..1] <WholesaleDate>......</WholesaleDate> [0..1] <VehiclePrices>......</VehiclePrices> [0..1] <DocumentIdentificationGroup>......</DocumentIdentificationGroup> [0..1] <DocumentReferenceIdentificationGroup>......</DocumentReferenceIdentificationGroup> [0..1] <OrderState>......</OrderState> [0..*] <RequestedDeliveryDate>......</RequestedDeliveryDate> [0..1] <RequestedShipDate>......</RequestedShipDate> [0..1] <PromissedDeliveryDate>......</PromissedDeliveryDate> [0..1] <PromissedShipDate>......</PromissedShipDate> [0..1] </VehicleOrderVehicleLineItem>