Update Notes

PUT {{api-domain}}/crm/v2/notes

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", "id"=>"{{note_id}}"}]}

RESPONSES

status: OK

{"data":[{"code":"SUCCESS","details":{"Modified_Time":"2021-05-11T16:09:29+00:00","Modified_By":{"name":"Patricia Boyle","id":"738964000000291009"},"Created_Time":"2021-05-07T11:08:30+00:00","id":"738964000002130215","Created_By":{"name":"Patricia Boyle","id":"738964000000291009"}},"message":"record updated","status":"success"}]}