Notes REST Endpoints

Sales Leads/Notes
The note resource is used to capture comments, information, or instructions for a sales lead.
Create a note
Method: post
Path: /crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}/child/Note
Delete a note
Method: delete
Path: /crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}/child/Note/{NoteId}
Get a note
Method: get
Path: /crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}/child/Note/{NoteId}
Get all notes
Method: get
Path: /crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}/child/Note
Update a note
Method: patch
Path: /crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}/child/Note/{NoteId}