Create Notes

POST {{api-domain}}/crm/v4/Accounts/{{account_id}}/Notes

To add new notes.

Request Body

{"data"=>[{"Note_Title"=>"{{note_title}}", "Note_Content"=>"{{note_content}}"}]}

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"}]}