Affiliates
Set Affiliate Commission
Affiliates
Set Affiliate Commission
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
Minimum length:
1
Response
200
OK
Was this page helpful?
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
}
}'