Uses the Component:MVResponseRequestHeaderType
This section controls the type and the structure of the content to be returned. This is where you specify what you will get back. These controls allow you to manage the filtering criteria.
Table 6.10. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
Localization |
This two-digit code specifies the language which is used to describe the incentive descriptions. | 1..1 | Component | LocalizationType | |
MVResponseDealManagement |
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. | 1..1 | Component | MVResponseDealManagementType |
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.10. MVResponseRequestHeader
<MVResponseRequestHeader> <Localization>......</Localization> [1..1] <MVResponseDealManagement>......</MVResponseDealManagement> [1..1] </MVResponseRequestHeader>