PATCH
/
v1
/
affiliates
/
coupon
curl --request PATCH \
  --url https://api.afficone.com/v1/affiliates/coupon \
  --header 'Content-Type: application/json-patch+json' \
  --data '{
  "id": "<string>",
  "coupon": "<string>"
}'

Body

id
string
required
Minimum length: 1
coupon
string
required
Required string length: 1 - 16

Response

200

OK