Loyalty Points
Update loyalty points balance
Update loyalty points for the specified business id
post/api/business/{businessId}/loyaltypoints
Path parameters
businessIdstring required
Request body
Example request
{
"clientId": "dbNZRQHDqAn6VlVoL2c-iA",
"branchId": "SE-J0emUgQnya14mOGdQS",
"description": "Paid into client account",
"pointsChange": 10,
"date": "2025-04-30T17:15:38Z",
"operationType": "DEDUCT"
}Response
Loyalty points updated successfully
Example response
{
"clientId": "dbNZRQHDqAn6VlVoL2c-iA",
"branchId": "SE-J0emUgQnya14mOGdQS",
"description": "Paid into client account",
"pointsChange": 10,
"date": "2025-04-30T17:15:38Z"
}