CreateNote creates a new note on a contact or account.
POST/api/v1/crm/notes
Errors:
- UNAUTHENTICATED: missing auth context.
- INVALID_ARGUMENT: body is empty or exceeds 10 000 chars; object_type is not "contact" or "account".
Request
Responses
- 200
- default
A successful response.
An unexpected error response.