Uses the Component:SalesLeadVehicleLineItemType
Detail information regarding a vehicle for a particular sales lead.
Table 6.116. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| PricingABIE |
Price information | 0..1 | Component | PricingABIEType | |
| Tax |
The Tax component represents information about a particular tax including information about the type of tax and the amount of the tax. | 0..* | Component | TaxType | |
| LeadDealerParty |
The dealer party that has the lead for a sale lead item. | 0..1 | Component | PartyABIEType | |
| ImageAttachmentExtended |
The ImageAttachmentExtended component contains information about an image being attached to a BOD, e.g., image size, image type, image file name, etc. | 0..* | Component | ImageAttachmentExtendedType | |
| AdditionalMedia |
The Additional Media component is used to identify items such as pdf documents, flash, etc. | 0..* | Component | AdditionalMediaType | |
| Inspection |
The Inspection component is used for surveys, inspections, etc. and identfies the results of the survey/inspection. | 0..* | Component | InspectionType | |
| LastModificationDate |
Last date modification was made | 0..1 | Field | udt:DateType | |
| FinancingAvailableIndicator |
Indicates is someone is offering financing | 0..1 | Field | udt:IndicatorType | |
| CertificationGroup | 0..* | Component | CertificationGroupType | ||
| ItemReceivedDate |
Date item will be or was received into inventory. | 0..1 | Field | udt:DateType | |
| Location | 0..1 | Component | LocationType | ||
| SalesLeadVehicle |
Detailed information for a Sales Lead Vehicle. | 0..1 | Component | VehicleABIEType | |
| PreferenceDetail |
The purpose of the PreferenceDetail component is to identify the preference parameters of a potential customer. | 0..1 | Component | PreferenceDetailType | |
| AdditionalDetailDescription |
Additional detail description information not already specifically captured. Existing fields should be used where possible. | 0..* | Component | AdditionalDetailDescriptionType | |
| CurrentDistanceMeasure |
Odometer reading of vehicle at the current time | 0..1 | Field | sqdt:LengthMeasureType | |
| SalesStockNumberString |
Dealer assigned vehicle stock number of the sale. | 0..1 | Field | qdt:StringType | |
| VehicleSegmentCode |
The industry clasification of the vehicle such as Small, Luxury, Midsize Vehicle, etc. This is a level of detail above Vehicle Class which would further differentiate types of Small Vehicles, Luxury Vehicles, etc. | 0..1 | Field | udt:CodeType | |
| OriginalInServiceDate |
The date a used vehicle went in service, i.e. when the vehicle goes on the road. | 0..1 | Field | udt:DateType | |
| OriginalInServiceDistanceMeasure |
Indicates the odometer reading at the time when the used vehicle went into service i.e., when the vehicle went on the road. | 0..1 | Field | sqdt:LengthMeasureType | |
| DesiredDistanceMeasure |
The desired number of kilometers, miles, or other distance that a vehicle has. It could be the number of miles or kilometers on the odometer. | 0..1 | Field | sqdt:LengthMeasureType | |
| AlternateVehicleIdentificationGroup |
A list of vehicle identifers from third party sources like Cap, Experian, Kelly Blue Book, etc. This can also be software application identifers for a vehicle. | 0..1 | Component | AlternateVehicleIdentificationGroupType | |
| Option |
The Option represents information about a vehicle's options. | 0..* | Component | OptionABIEType | |
| EstimatedAnnualDistanceMeasure |
Estimated annual distance driven. | 0..1 | Field | sqdt:LengthMeasureType | |
| CompanyCarIndicator |
Indicates whether vehicle will be used as a company car. | 0..1 | Field | udt:IndicatorType |
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.116. SalesLeadVehicleLineItem
<SalesLeadVehicleLineItem>
<PricingABIE>......</PricingABIE> [0..1]
<Tax>......</Tax> [0..*]
<LeadDealerParty>......</LeadDealerParty> [0..1]
<ImageAttachmentExtended>......</ImageAttachmentExtended> [0..*]
<AdditionalMedia>......</AdditionalMedia> [0..*]
<Inspection>......</Inspection> [0..*]
<LastModificationDate>......</LastModificationDate> [0..1]
<FinancingAvailableIndicator>......</FinancingAvailableIndicator> [0..1]
<CertificationGroup>......</CertificationGroup> [0..*]
<ItemReceivedDate>......</ItemReceivedDate> [0..1]
<Location>......</Location> [0..1]
<SalesLeadVehicle>......</SalesLeadVehicle> [0..1]
<PreferenceDetail>......</PreferenceDetail> [0..1]
<AdditionalDetailDescription>......</AdditionalDetailDescription> [0..*]
<CurrentDistanceMeasure>......</CurrentDistanceMeasure> [0..1]
<SalesStockNumberString>......</SalesStockNumberString> [0..1]
<VehicleSegmentCode>......</VehicleSegmentCode> [0..1]
<OriginalInServiceDate>......</OriginalInServiceDate> [0..1]
<OriginalInServiceDistanceMeasure>......</OriginalInServiceDistanceMeasure> [0..1]
<DesiredDistanceMeasure>......</DesiredDistanceMeasure> [0..1]
<AlternateVehicleIdentificationGroup>......</AlternateVehicleIdentificationGroup> [0..1]
<Option>......</Option> [0..*]
<EstimatedAnnualDistanceMeasure>......</EstimatedAnnualDistanceMeasure> [0..1]
<CompanyCarIndicator>......</CompanyCarIndicator> [0..1]
</SalesLeadVehicleLineItem>