Uses the Component:IncentiveFilterDateType
Table 6.27. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| IncentivefilterDateType |
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 | |
| IncentivefilterBeginDate |
The first date (inclusive) that the incentive is eligible for the specified date type. | 0..1 | Field | udt:DateType | |
| IncentivefilterEndDate |
Indicates that this date type is the incentive’s controlling date type and the criteria for this Date Type must be satisfied when determining eligibility. | 0..1 | Field | udt:DateType | |
| IncentivefilterDateControl |
The last date (inclusive) that the incentive is eligible for the specified date type. | 1..1 | Field | udt:TextType |
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.27. IncentiveFilterDate
<IncentiveFilterDate>
<IncentivefilterDateType>......</IncentivefilterDateType> [1..1]
<IncentivefilterBeginDate>......</IncentivefilterBeginDate> [0..1]
<IncentivefilterEndDate>......</IncentivefilterEndDate> [0..1]
<IncentivefilterDateControl>......</IncentivefilterDateControl> [1..1]
</IncentiveFilterDate>