Partners comment about client account.
curl --request POST \
--url https://my.exnessaffiliates.com/api/reports/clients/comment/ \
--header 'Content-Type: application/json' \
--data '
{
"partner_account": "<string>",
"client_account": "<string>",
"comment": "<string>",
"comment_type": "<string>"
}
'{
"status": "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 POST \
--url https://my.exnessaffiliates.com/api/reports/clients/comment/ \
--header 'Content-Type: application/json' \
--data '
{
"partner_account": "<string>",
"client_account": "<string>",
"comment": "<string>",
"comment_type": "<string>"
}
'{
"status": "string"
}