Create Notes

POST {{api-domain}}/crm/v2.1/Notes

To add new notes. Please see our documentation for more information.

Request Body

{"data"=>[{"Note_Title"=>"Contacted", "Note_Content"=>"Need to do further tracking", "Parent_Id"=>"{{record_id}}", "se_module"=>"Leads"}]}

RESPONSES

status: Created

{"data":[{"code":"SUCCESS","details":{"Modified_Time":"2021-05-07T11:05:34+00:00","Modified_By":{"name":"patricia patricia","id":"738964000000291009"},"Created_Time":"2021-05-07T11:05:34+00:00","id":"738964000002130200","Created_By":{"name":"patricia patricia","id":"738964000000291009"}},"message":"record added","status":"success"}]}