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

Authorizations

X-Affi-Key
string
header
required

Body

id
string
required
Minimum string length: 1
commissions
object
required

Response

200

OK