v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Client Account Notes Endpoints

account/client-accounts/notes/add

This endpoint is used to add a note to your client account.

post/account/client-accounts/notes/add

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

NoteIDstring

The ID associated with the new record

Example response

{
  "NoteID": "2"
}