Add or Update Lead Note
Add or Update note which belongs to lead
Path Parameters
Name
Type
Description
{
"success": true,
"id": 755
}Example Request
Add Note
{
"leadId": 10,
"note": "test note",
}Update Note
Returns
Property
Description
Throws
Code
Description
Last updated