Create note

Inserts a new note into the database related to an entity.

Click on the image below to enlarge the demonstration in Postman.


Payload example:

{
    "entity": "user",
    "record_uuid": "77264af6-f731-4b82-ad8d-310ec3821d24",
    "note": "Remember to update this user's address."
}
Body Params
string
required
string
required
string
required
Headers
string
required
Defaults to application/json
string
required
Defaults to Bearer {token}
Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json