Create Note
Creates a note on a parent entity. The parent entity type is supplied as the
entityType (PascalCase) query parameter; entityId and note are supplied
in the request body.
Required permission: company.note:create.
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Query Parameters
Parent entity type (PascalCase). Selects the per-entity permission enforced for the request and scopes the note to its parent entity.
Event, Exposure, Quote, Submission, Person, Organization, Policy Body
Response
Note created successfully
The ID of the created note
