Updates the rebate percentage for the specific rebate group, Not available for archived groups.
curl --request PATCH \
--url https://my.exnessaffiliates.com/api/v2/autorebates/groups/{group_id}/ \
--header 'Content-Type: application/json' \
--data '
{
"group_title": "<string>",
"rebate_percent": 123,
"group_type": "<string>",
"is_default": true,
"rebate_period": "<string>",
"rebate_period_value": 123,
"link_code": "<string>"
}
'{
"code": "string",
"message": "string"
}Documentation Index
Fetch the complete documentation index at: https://exness-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
OK
curl --request PATCH \
--url https://my.exnessaffiliates.com/api/v2/autorebates/groups/{group_id}/ \
--header 'Content-Type: application/json' \
--data '
{
"group_title": "<string>",
"rebate_percent": 123,
"group_type": "<string>",
"is_default": true,
"rebate_period": "<string>",
"rebate_period_value": 123,
"link_code": "<string>"
}
'{
"code": "string",
"message": "string"
}