post https://{youraccountname}.api-us1.com/api/3/deals//notes
Create a new note for a deal
To create a deal note, following permissions are required.
- Deal permission: the user should have a permission to manage deals.
- Pipeline-specific permission: the user should have a permission to manage the pipeline the deal belongs to.
{
"note": {
"note": "Note for the deal"
}
}