Uses the Component:SalesLeadEngineLineItemType
Detail information regarding an engine for a particular sales lead.
Table 6.132. 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..1 | 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 | ||
| SalesLeadEngine | 
                         Information describing the components that are part of an engine for a Sales Lead.  | 0..1 | Component | EngineType | |
| 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 | 
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.132. SalesLeadEngineLineItem
<SalesLeadEngineLineItem>
     <PricingABIE>......</PricingABIE>     [0..1]
     <Tax>......</Tax>     [0..1]
     <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]
     <SalesLeadEngine>......</SalesLeadEngine>     [0..1]
     <PreferenceDetail>......</PreferenceDetail>     [0..1]
     <AdditionalDetailDescription>......</AdditionalDetailDescription>     [0..*]
</SalesLeadEngineLineItem>