IncentiveInquiryLine

Uses the Component:IncentiveInquiryLineType

Incentive Inquiry

Fields and Components

Table 6.6. Fields and Components

Name Description Occurrence Type Data Type User Notes
VehicleConfig

Vehicle Configuration

0..1ComponentVehicleConfigType 
IncentiveType

Incentive type. Values APR, LEASE, CASH or BALLOON

0..1Field udt:TextType  
IncentiveFinance

Finance Information

0..1ComponentIncentiveFinanceType 
IncentiveEligibilityDate

Date on which a sold order vehicle is ordered – used to process incentives for sold orders.

0..1Field udt:DateType  
Sale

Sale

0..1ComponentSaleType 

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.6. IncentiveInquiryLine

<IncentiveInquiryLine>
     <VehicleConfig>......</VehicleConfig>     [0..1]
     <IncentiveType>......</IncentiveType>     [0..1]
     <IncentiveFinance>......</IncentiveFinance>     [0..1]
     <IncentiveEligibilityDate>......</IncentiveEligibilityDate>     [0..1]
     <Sale>......</Sale>     [0..1]
</IncentiveInquiryLine>