SalesLeadEngineLineItem

Uses the Component:SalesLeadEngineLineItemType

Detail information regarding an engine for a particular sales lead.

Fields and Components

Table 6.132. Fields and Components

Name Description Occurrence Type Data Type User Notes
PricingABIE

Price information

0..1ComponentPricingABIEType 
Tax

The Tax component represents information about a particular tax including information about the type of tax and the amount of the tax.

0..1ComponentTaxType 
LeadDealerParty

The dealer party that has the lead for a sale lead item.

0..1ComponentPartyABIEType 
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..*ComponentImageAttachmentExtendedType 
AdditionalMedia

The Additional Media component is used to identify items such as pdf documents, flash, etc.

0..*ComponentAdditionalMediaType 
Inspection

The Inspection component is used for surveys, inspections, etc. and identfies the results of the survey/inspection.

0..*ComponentInspectionType 
LastModificationDate

Last date modification was made

0..1Field udt:DateType  
FinancingAvailableIndicator

Indicates is someone is offering financing

0..1Field udt:IndicatorType  
CertificationGroup

0..*ComponentCertificationGroupType 
ItemReceivedDate

Date item will be or was received into inventory.

0..1Field udt:DateType  
Location

0..1ComponentLocationType 
SalesLeadEngine

Information describing the components that are part of an engine for a Sales Lead.

0..1ComponentEngineType 
PreferenceDetail

The purpose of the PreferenceDetail component is to identify the preference parameters of a potential customer.

0..1ComponentPreferenceDetailType 
AdditionalDetailDescription

Additional detail description information not already specifically captured. Existing fields should be used where possible.

0..*ComponentAdditionalDetailDescriptionType 

Sample XML

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>