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

Body

application/json
client_uid
string
required
comment
string

Response

OK

client_uid
string
required
Example:

"string"

comment
string
required
Example:

"string"