Update Loyality Points
POST
/open/loyaltyPoints/customers/bulkUpdate
Update Loyality Points
Parameter | Type | Description |
---|---|---|
api_key | string | Your API-key |
customers | array | array of json [ vendor_id : customer unique id (number) expiry_limit: 50 in days limit (number) points: loyalty points (number) ] |
Customers
Parameter | Type | Description |
---|---|---|
points | number | loyalty points |
expiry_limit | number | in days limit |
vendor_id | number | customer unique id |
Request
Body Params application/json
Request samples
Responses
Modified at 2024-04-17 07:11:33