RequestFilterSelection

Uses the Component:RequestFilterSelectionType

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).

Fields and Components

Table 6.11. Fields and Components

Name Description Occurrence Type Data Type User Notes
filterSelectionType

An Incentive Program may contain multiple occurrences of the same selection type. The filter list types may change over time. Current types listed below.

1..1Field udt:TextType  
filterSelectionValue

Text – filter selection Code

1..1Field udt:TextType  

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.11. RequestFilterSelection

<RequestFilterSelection>
     <filterSelectionType>......</filterSelectionType>     [1..1]
     <filterSelectionValue>......</filterSelectionValue>     [1..1]
</RequestFilterSelection>