Loaylty Points Types
Summary¶
This API fetches the Loyalty Points Types that are present in the application.
Request¶
Endpoint¶
ui/refdata/v1/loyaltyPointsTypesMethod¶
GET
Response¶
[
{
"value": "Flat",
"name": "FLAT"
},
{
"value": "Multiplier",
"name": "MULTIPLIER"
}
]
Tabular Format
| Points Types Value | Points Types Name |
|---|---|
| Flat | FLAT |
| Multiplier | MULTIPLIER |
Updated As Of Version: 6.6.x