PATCH
/
v1
/
affiliates
/
commissions
curl --request PATCH \
  --url https://api.afficone.com/v1/affiliates/commissions \
  --header 'Content-Type: application/json-patch+json' \
  --data '{
  "id": "<string>",
  "commissions": {
    "type": 0,
    "applyIndividual": true,
    "amount": 123
  }
}'

Body

id
string
required
Minimum length: 1
commissions
object
required

Response

200

OK