Loyalty Points Categories

Summary

This API fetches the Loyalty points Categories that are present in the application.

Request

Endpoint

ui/refdata/v1/loyaltyPointsCategories

Method

GET

Response

 [
    {
        "name": "BONUS"
    },
    {
        "name": "DONATED"
    },
    {
        "name": "EARNED"
    },
    {
        "name": "ENROLLMENT"
    },
    {
        "name": "EXPIRED"
    },
    {
        "name": "FORFEITED"
    },
    {
        "name": "GIFTED"
    },
    {
        "name": "PENDING"
    },
    {
        "name": "PURCHASED"
    },
    {
        "name": "REDEEMED"
    },
    {
        "name": "REFUNDED"
    },
    {
        "name": "REINSTATED"
    },
    {
        "name": "REMOVED"
    },
    {
        "name": "TRANSFERRED"
    },
    {
        "name": "VOIDED"
    }
]

Tabular Format

Loyalty Category Name
BONUS
DONATED
EARNED
ENROLLMENT
EXPIRED
FORFEITED
GIFTED
PENDING
PURCHASED
REDEEMED
REFUNDED
REINSTATED
REMOVED
TRANSFERRED
VOIDED

Updated As Of Version: 6.6.x