MVResponseDealResponse

Uses the Component:MVResponseDealResponseType

This represents the purchase type of the Top of Deal Incentive.

Fields and Components

Table 6.21. Fields and Components

Name Description Occurrence Type Data Type User Notes
dealReferenceId

This group repeats for each deal in the response. This allows the Get Multiple Vehicles method to return a list of deals that meet the eligibility criteria of the request.

1..1Field udt:TextType  
MVResponseSharedTerms

1..1ComponentMVResponseSharedTermsType 
MVResponseIncentiveInDeal

0..*ComponentMVResponseIncentiveInDealType 

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.21. MVResponseDealResponse

<MVResponseDealResponse>
     <dealReferenceId>......</dealReferenceId>     [1..1]
     <MVResponseSharedTerms>......</MVResponseSharedTerms>     [1..1]
     <MVResponseIncentiveInDeal>......</MVResponseIncentiveInDeal>     [0..*]
</MVResponseDealResponse>