Skip to main content
POST
/
api
/
reports
/
clients
/
comment
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.

Body

application/json
partner_account
string
required

partner account

client_account
string
required

client account

comment
string
required

comment

comment_type
string

comment type

Response

OK

status
string
required
Example:

"string"