Parameter | Type | Description |
---|
api_key | string | Your API-key |
points | number | loyalty points |
expiry_limit | number | in days of point |
vendor_id | number | customer unique id |
Request
Body Params application/json
{
"api_key" : {{apikey}},
"points" : 30,
"expiry_limit": 10,
"vendor_id" : 2289
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/loyaltyPoints/rewardLoyaltyPoints' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"points" : 30,
"expiry_limit": 10,
"vendor_id" : 2289
}'
Responses
application/json Modified at 2024-04-17 07:11:33