Affiliates
Set Affiliate Group
PATCH
/
v1
/
affiliates
/
group
curl --request PATCH \
--url https://api.afficone.com/v1/affiliates/group \
--header 'Content-Type: application/json-patch+json' \
--data '{
"affiliateId": "<string>",
"groupId": "<string>"
}'
Body
Response
200
OK
Was this page helpful?
curl --request PATCH \
--url https://api.afficone.com/v1/affiliates/group \
--header 'Content-Type: application/json-patch+json' \
--data '{
"affiliateId": "<string>",
"groupId": "<string>"
}'
Assistant
Responses are generated using AI and may contain mistakes.