Uses the Component:MVResponseDealResponseType
This represents the purchase type of the Top of Deal Incentive.
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..1 | Field | udt:TextType | |
MVResponseSharedTerms | 1..1 | Component | MVResponseSharedTermsType | ||
MVResponseIncentiveInDeal | 0..* | Component | MVResponseIncentiveInDealType |
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>