Skip to main content
PATCH
/
v1
/
affiliates
/
coupon
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>"
}
'

Authorizations

X-Affi-Key
string
header
required

Body

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

Response

200

OK