Skip to main content

Create client note

POST 

/clients/notes

JSON-RPC

clients.notes.create

Request​

Bodyrequired

    clients_idintegerrequired

    Client ID.

    notestringrequired

    Note text.

    files_idstring | nullnullable

    Attachment file ID.

    Default value: null

Responses​

Client note object as has been stored.

Schema
    objectobject

Authorization: X-Api-Key

name: X-Api-Keytype: apiKeyin: headerdescription: Token for API access
curl -L -X POST 'https://docs.jerasoft.net/clients/notes' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Api-Key: <X-Api-Key>'
Request Collapse all
Auth
Body required
{
  "clients_id": 0,
  "note": "string"
}