PUT https://:account.api-us1.com/api/3/deals/id/notes/noteid
- JSON
{
"note": {
"note": "Update with more info"
}
}
200 OK
PATH PARAMS
id REQUIRED
string Deal's id to assign new note to
noteid REQUIRED
string Deal note's id to update
BODY PARAMS
note
object
note.note REQUIRED
string Deal note's content
To update 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.
Opmerkingen
0 opmerkingen
Artikel is gesloten voor opmerkingen.