Update Notes
PUT {{api-domain}}/crm/v3/Notes/{{note-id}}
To update an existing note. Refer to our documentation for more information.
Request Body
{"data"=>[{"Note_Title"=>"Contacted", "Note_Content"=>"Have to assign to a different user", "Parent_Id"=>"{{record_id}}", "se_module"=>"Leads"}]}
RESPONSES
status: OK
{"data":[{"code":"SUCCESS","details":{"Modified_Time":"2022-05-18T14:52:47+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 updated","status":"success"}]}