Skip to main content
PATCH
/
dx
/
api
/
application
/
v2
/
objects
/
STE6TG95YWx0eV9fTWVtYmVyXzY4OWUxMTk1ZjY4MTRmMDBhNjg5MjJlZA
/
actions
/
AddBalance
Add Balance To Member
curl --request PATCH \
  --url https://api.example.com/dx/api/application/v2/objects/STE6TG95YWx0eV9fTWVtYmVyXzY4OWUxMTk1ZjY4MTRmMDBhNjg5MjJlZA/actions/AddBalance \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": {
    "AdjustBalances": {
      "Amount": 20,
      "Name": "Points"
    }
  }
}
'
{
  "data": {
    "objectInfo": {
      "ID": "STE6TG95YWx0eV9fTWVtYmVyXzY4OWUxMTk1ZjY4MTRmMDBhNjg5MjJlZA",
      "status": "Open-Active"
    }
  },
  "confirmationNote": "This stage is ready to transition."
}

Response

200 - application/json

OK