Create Deal Note
Deals
Create Deal Note
Create a note attached to a specific deal
POST
Create Deal Note
Request
Path Parameters
Deal ID (UUID)
Body Parameters
Note title
Note content (max 10,000 characters)
Headers
Response
Errors
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | Missing title |
| 404 | not_found | Deal not found |
| 403 | insufficient_permissions | Missing deals:write permission |