Uses the Component:ValidMultipleVehicleIncentiveResponseRequestTagsType
The GetValidMultipleVehicleIncentiveRequestTagsGroup is the second major grouping of request data. It provides the eligibility criteria for selecting incentives.
Table 6.13. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
RequestFilterSelection |
his type of filter specifies eligibility criteria defined by a type/value pair. Each criterion entry is composed of a required type (e.g. Delivery Type) and a required value (010). | 0..* | Component | RequestFilterSelectionType | |
RequestFilterDate |
his type of filter specifies eligibility criteria defined by a type/value pair. Each criterion entry is composed of a required type (e.g. Delivery Type) and a required value (010). | 1..* | Component | RequestFilterDateType | |
RequestFilterFlexibleString |
Text (in Flexible Geography/Vehicle String format) | 1..* | Component | FilterFlexibleStringType | |
RequestFilterNumeric |
Text (in Flexible Geography/Vehicle String format) | 0..* | Component | RequestFilterNumericType | |
RequestFilterList |
The highest value (inclusive) that the incentive is eligible for the specified numeric type. | 0..* | Component | FilterListType |
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.13. MVResponseRequestTags
<MVResponseRequestTags> <RequestFilterSelection>......</RequestFilterSelection> [0..*] <RequestFilterDate>......</RequestFilterDate> [1..*] <RequestFilterFlexibleString>......</RequestFilterFlexibleString> [1..*] <RequestFilterNumeric>......</RequestFilterNumeric> [0..*] <RequestFilterList>......</RequestFilterList> [0..*] </MVResponseRequestTags>