Create Notes
POST {{api-domain}}/crm/v3/Leads/{{record_id}}/Notes
To add new notes. Please see our documentation for more information.
Request Body
{"data"=>[{"Note_Title"=>"Contacted", "Note_Content"=>"Contact"}]}
RESPONSES
status: Created
{"data":[{"code":"SUCCESS","details":{"Modified_Time":"2022-05-18T14:46:02+05:30","Modified_By":{"name":"Patricia Boyle","id":"4876876000000327001"},"Created_Time":"2022-05-18T14:46:02+05:30","id":"4876876000001236198","Created_By":{"name":"Patricia Boyle","id":"4876876000000327001"}},"message":"record added","status":"success"}]}