Uses the Component:RequestFilterDateType
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).
Table 6.15. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
RequestfilterDateType |
A request must include at least one date filter and you can only have one of each filterDateType in a request. Each of the available date types are listed below. | 1..1 | Field | udt:TextType | |
RequestfilterBeginDate |
The first date (inclusive) that the incentive is eligible for the specified date type. | 1..1 | Field | udt:DateType | |
RequestfilterEndDate |
The last date (inclusive) that the incentive is eligible for the specified date type. | 1..1 | Field | udt:DateType |
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.15. RequestFilterDate
<RequestFilterDate> <RequestfilterDateType>......</RequestfilterDateType> [1..1] <RequestfilterBeginDate>......</RequestfilterBeginDate> [1..1] <RequestfilterEndDate>......</RequestfilterEndDate> [1..1] </RequestFilterDate>