Create Company Note
Companies
Create Company Note
Create a note attached to a specific company
POST
Create Company Note
Request
Path Parameters
Company ID (UUID)
Body Parameters
Note title
Note content (max 50,000 characters)
Note type
Array of tag strings
Headers
Response
Note object with
id, title, content, note_type, tags, created_dateErrors
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | Missing title |
| 404 | not_found | Company not found |
| 403 | insufficient_permissions | Missing companies:write permission |