Uses the Component:MVDealManagementType
This section allows the calling application to select the amount of data that is returned in the response. It is possible to limit the response to only the highest level incentives or to request the full detail of every available incentive within the deal.
Table 6.7. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
topOfDealOnlyInd |
Allows the calling application to restrict the results to Top of Deal programs. Top of Deal programs are the primary incentives that a buyer receives when purchasing or financing a vehicle (consumer cash, finance, lease). Setting the flag to true will exclude all stackable add-on programs from the results. | 1..1 | Field | xsd:boolean | |
alwaysStackableOnlyInd |
Allows the calling application to restrict the results to: Top of Deal programs, and Always Stackable incentives. | 1..1 | Field | xsd:boolean | |
bestDealOnlyInd |
Allows the calling application to restrict the results to one deal for each Purchase Type. Identifies the best deal based on the purchase type only | 1..1 | Field | xsd:boolean |
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.7. MVDealManagement
<MVDealManagement> <topOfDealOnlyInd>......</topOfDealOnlyInd> [1..1] <alwaysStackableOnlyInd>......</alwaysStackableOnlyInd> [1..1] <bestDealOnlyInd>......</bestDealOnlyInd> [1..1] </MVDealManagement>