Loyalty Offer Redemption Limits

Summary

This API fetches the Offer Redemption Limits that are present in the application.

Request

Endpoint

ui/refdata/v1/offerRedemptionLimits

Method

GET

Response

 [[
    {
        "value": "Once",
        "name": "ONCE"
    },
    {
        "value": "Twice",
        "name": "TWICE"
    },
    {
        "value": "Thrice",
        "name": "THRICE"
    },
    {
        "value": "No Limit",
        "name": "NO_LIMIT"
    }
]

Tabular Format

Redemption Limit Value Redemption Limit Name
Once ONCE
Twice TWICE
Thrice THRICE
No Limit NO_LIMIT

Updated As Of Version: 6.6.x