MVResponseDealManagement

Uses the Component:MVResponseDealManagementType

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.

Fields and Components

Table 6.12. 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..1Field xsd:boolean  
alwaysStackableOnlyInd

Allows the calling application to restrict the results to: Top of Deal programs, and Always Stackable incentives.

1..1Field 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..1Field xsd:boolean  

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.12. MVResponseDealManagement

<MVResponseDealManagement>
     <topOfDealOnlyInd>......</topOfDealOnlyInd>     [1..1]
     <alwaysStackableOnlyInd>......</alwaysStackableOnlyInd>     [1..1]
     <bestDealOnlyInd>......</bestDealOnlyInd>     [1..1]
</MVResponseDealManagement>