Skip to main content
POST
/
v1
/
members
/
points-adjustment
Adjust Points
curl --request POST \
  --url https://vanilla-dev02-loyalty.fabric.zone/api/v1/members/points-adjustment \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "profileId": "f90a1da5-c072-48b7-a9ea-eb35c5dd506b",
  "pointType": "Base",
  "billingEntity": "Company_Club",
  "points": 100,
  "reasonCode": "7502",
  "setToPending": false
}'
{
  "message": "Member points adjusted",
  "errors": {},
  "data": {
    "Message": "100.0 points added",
    "futureDate": false,
    "ExceptionString": "",
    "transactionCode": "78660e74-02e3-11e8-b443-00163e911bd2"
  },
  "status": 200
}

Authorizations

Authorization
string
header
required

Body

application/json
points
number
required
Example:
profileId
string<uuid>
Example:
pointType
string | null
Minimum length: 1
Example:
billingEntity
string | null
Minimum length: 1
Example:
reasonCode
string | null
Minimum length: 1
Example:
setToPending
boolean
default:false

Response

message
string
Example:
errors
object
data
object
status
integer
Example: