Consent comments
curl --request PUT \
--url https://my.exnessaffiliates.com/api/v2/reports/clients/consent/comment/ \
--header 'Content-Type: application/json' \
--data '
{
"client_uid": "<string>",
"comment": "<string>"
}
'{
"client_uid": "string",
"comment": "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.
curl --request PUT \
--url https://my.exnessaffiliates.com/api/v2/reports/clients/consent/comment/ \
--header 'Content-Type: application/json' \
--data '
{
"client_uid": "<string>",
"comment": "<string>"
}
'{
"client_uid": "string",
"comment": "string"
}