- Subcategories:
- Large Object (LOB) Attributes - Note Text
- Smart Actions
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: postPath:
/crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}/child/Note - Delete a note
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}/child/Note/{NoteId} - Get a note
- Method: getPath:
/crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}/child/Note/{NoteId} - Get all notes
- Method: getPath:
/crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}/child/Note - Update a note
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}/child/Note/{NoteId}