- Subcategories:
- Large Object (LOB) Attributes - NoteTxt
- Smart Actions
Notes REST Endpoints
Deal Registrations/Notes
The note resource is used to view, create, update, and delete notes associated with a deal. A note captures comments, information, or instructions related to a deal.
- Create a note
- Method: postPath:
/crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/Note - Delete a note
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/Note/{NoteId} - Get a note
- Method: getPath:
/crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/Note/{NoteId} - Get all notes
- Method: getPath:
/crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/Note - Update a note
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/Note/{NoteId}