Adds and removes clients from the specific rebate group.
curl --request PATCH \
--url https://my.exnessaffiliates.com/api/v2/autorebates/clients/ \
--header 'Content-Type: application/json' \
--data '
{
"ordering": "<string>",
"limit": 123,
"offset": 123,
"client_account_type": [
"<string>"
],
"partner_account": [
"<string>"
],
"partner_code": [
"<string>"
],
"group_id": [
"<string>"
],
"country": [
"<string>"
],
"client_account": [
"<string>"
],
"destination_client_account": [
"<string>"
],
"client_uid": [
"<string>"
],
"date_from": "<string>",
"date_to": "<string>"
}
'{
"data": [
{
"id": "int",
"client_uid": "string",
"partner_account": "string",
"client_account": "string",
"group_id": "int",
"volume_lots": "number",
"volume_usd": "number",
"reward": "number",
"reward_usd": "number",
"processed_rebate": "number",
"processed_rebate_usd": "number",
"rebate_percent": "number",
"rebate_group_percent": "int",
"group_title": "string",
"client_account_type": "string",
"country": "string",
"partner_currency": "string",
"partner_code": "string",
"reg_date": "date",
"destination_client_account": "string",
"rebate_size": {
"min": "number",
"max": "number"
}
}
],
"totals": {
"count": "int",
"group_title": "string",
"assign_clients_count": "int"
}
}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.
pagination
pagination
filter
filter
filter
filter
filter
filter
filter
filter
filter, registration date from
filter, registration date to
ordering, Comma-separated list without spaces. Supported field names: partner_uid, group_title, group_type, clients_count, created, is_default, group_name, client_account_type, destination_client_account, partner_account, partner_code, client_account, client_uid, reg_date, rebate_percent, volume_lots, volume_usd, reward_usd, processed_rebate_usd, country, rebate_size
Comma-separated list without spaces. Supported field names: partner_uid, group_title, group_type, clients_count, created, is_default, group_name, client_account_type, destination_client_account, partner_account, partner_code, client_account, client_uid, reg_date, rebate_percent, volume_lots, volume_usd, reward_usd, processed_rebate_usd, country, rebate_size
registration date from
registration date to
OK
Show child attributes
[
{
"id": "int",
"client_uid": "string",
"partner_account": "string",
"client_account": "string",
"group_id": "int",
"volume_lots": "number",
"volume_usd": "number",
"reward": "number",
"reward_usd": "number",
"processed_rebate": "number",
"processed_rebate_usd": "number",
"rebate_percent": "number",
"rebate_group_percent": "int",
"group_title": "string",
"client_account_type": "string",
"country": "string",
"partner_currency": "string",
"partner_code": "string",
"reg_date": "date",
"destination_client_account": "string",
"rebate_size": { "min": "number", "max": "number" }
}
]Show child attributes
curl --request PATCH \
--url https://my.exnessaffiliates.com/api/v2/autorebates/clients/ \
--header 'Content-Type: application/json' \
--data '
{
"ordering": "<string>",
"limit": 123,
"offset": 123,
"client_account_type": [
"<string>"
],
"partner_account": [
"<string>"
],
"partner_code": [
"<string>"
],
"group_id": [
"<string>"
],
"country": [
"<string>"
],
"client_account": [
"<string>"
],
"destination_client_account": [
"<string>"
],
"client_uid": [
"<string>"
],
"date_from": "<string>",
"date_to": "<string>"
}
'{
"data": [
{
"id": "int",
"client_uid": "string",
"partner_account": "string",
"client_account": "string",
"group_id": "int",
"volume_lots": "number",
"volume_usd": "number",
"reward": "number",
"reward_usd": "number",
"processed_rebate": "number",
"processed_rebate_usd": "number",
"rebate_percent": "number",
"rebate_group_percent": "int",
"group_title": "string",
"client_account_type": "string",
"country": "string",
"partner_currency": "string",
"partner_code": "string",
"reg_date": "date",
"destination_client_account": "string",
"rebate_size": {
"min": "number",
"max": "number"
}
}
],
"totals": {
"count": "int",
"group_title": "string",
"assign_clients_count": "int"
}
}