Redeeming reward points of a customer
POST {{api-url}}/reward-points/customer/{{customerId}}/redeemPoints
Redeems reward points for a specified customer for a given tenant without generating a coupon. Tenant is retrieved from the access token.
Note: Only employees are authorized to perform this action.
Required scopes
* rewardspoints.rewardpoints_manage
Request Body
{"points"=>"<integer>", "description"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |