MVResponseRequestTags

Uses the Component:ValidMultipleVehicleIncentiveResponseRequestTagsType

The GetValidMultipleVehicleIncentiveRequestTagsGroup is the second major grouping of request data. It provides the eligibility criteria for selecting incentives.

Fields and Components

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..*ComponentRequestFilterSelectionType 
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..*ComponentRequestFilterDateType 
RequestFilterFlexibleString

Text (in Flexible Geography/Vehicle String format)

1..*ComponentFilterFlexibleStringType 
RequestFilterNumeric

Text (in Flexible Geography/Vehicle String format)

0..*ComponentRequestFilterNumericType 
RequestFilterList

The highest value (inclusive) that the incentive is eligible for the specified numeric type.

0..*ComponentFilterListType 

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.13. MVResponseRequestTags

<MVResponseRequestTags>
     <RequestFilterSelection>......</RequestFilterSelection>     [0..*]
     <RequestFilterDate>......</RequestFilterDate>     [1..*]
     <RequestFilterFlexibleString>......</RequestFilterFlexibleString>     [1..*]
     <RequestFilterNumeric>......</RequestFilterNumeric>     [0..*]
     <RequestFilterList>......</RequestFilterList>     [0..*]
</MVResponseRequestTags>