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