IncentiveFilterDate

Uses the Component:IncentiveFilterDateType

Fields and Components

Table 6.16. 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..1Field udt:TextType  
IncentivefilterBeginDate

The first date (inclusive) that the incentive is eligible for the specified date type.

0..1Field 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..1Field udt:DateType  
IncentivefilterDateControl

The last date (inclusive) that the incentive is eligible for the specified date type.

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.16. IncentiveFilterDate

<IncentiveFilterDate>
     <IncentivefilterDateType>......</IncentivefilterDateType>     [1..1]
     <IncentivefilterBeginDate>......</IncentivefilterBeginDate>     [0..1]
     <IncentivefilterEndDate>......</IncentivefilterEndDate>     [0..1]
     <IncentivefilterDateControl>......</IncentivefilterDateControl>     [1..1]
</IncentiveFilterDate>