Uses the Component:IncentiveInquiryLineType
Incentive Inquiry
Table 6.6. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| VehicleConfig |
Vehicle Configuration | 0..1 | Component | VehicleConfigType | |
| IncentiveType |
Incentive type. Values APR, LEASE, CASH or BALLOON | 0..1 | Field | udt:TextType | |
| IncentiveFinance |
Finance Information | 0..1 | Component | IncentiveFinanceType | |
| IncentiveEligibilityDate |
Date on which a sold order vehicle is ordered – used to process incentives for sold orders. | 0..1 | Field | udt:DateType | |
| Sale |
Sale | 0..1 | Component | SaleType |
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>