POST
/
v1
/
accounts
/
notes
{
  "id": "<string>",
  "accountId": "<string>",
  "account": "<string>",
  "activityId": "<string>",
  "content": "<string>",
  "type": "<string>",
  "typeId": "<string>",
  "visibility": "<string>",
  "attachments": [
    "<string>"
  ],
  "author": "<string>",
  "authorId": "<string>",
  "authorEmail": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Authorizations

Authorization
string
header
required

Enter the bearer token

Body

application/json

Response

201
application/json

Operation successful

The response is of type object.