User Loyalty Statuses
Summary¶
This API fetches the User Loyalty Statuses that are present in the application.
Request¶
Endpoint¶
ui/refdata/v1/userLoyaltyStatuses
Method¶
GET
Response¶
[
{
"name": "CANCELLED"
},
{
"name": "ENROLLED"
},
{
"name": "NOT_APPLICABLE"
},
{
"name": "NOT_ENROLLED"
},
{
"name": "NOT_INTERESTED"
}
]
Tabular Format
User Loyalty Status Name |
---|
CANCELLED |
ENROLLED |
NOT_APPLICABLE |
NOT_ENROLLED |
NOT_INTERESTED |
Updated As Of Version: 6.6.x