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
}
}'
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
}
}'
OK
Was this page helpful?