OfferFilterResponse

"OfferFilterResponse" refers to a Customer's offer.

Property Type Description
offerId int Unique identifier of the offer
offerStatus OfferStatus The status of the offer for the customer. See the OfferStatus section for details
startDt string Date string representing the date the offer starts
endDt string Date string representing the date the offer expires
redemptionName string Name of the redemption
customerId int Customer ID to which offer is mapped

Example

1
2
3
4
5
6
7
8
{
    "offerId": 1000025038,
    "customerId": 2349,
    "startDt": "2021-10-27T00:00:00",
    "endDt": "2021-11-10T00:00:00",
    "redemptionName": "Redemption Name Not Available",
    "offerStatus": null
}