cURL
curl --request PATCH \ --url https://api.afficone.com/v1/affiliates/coupon \ --header 'Content-Type: application/json-patch+json' \ --header 'X-Affi-Key: <api-key>' \ --data ' { "id": "<string>", "coupon": "<string>" } '
1
1 - 16
OK
Was this page helpful?