Notes REST Endpoints

Service Profiles/Notes
The note objects resource is used to view the note objects.
Create a note
Method: post
Path: /crmRestApi/resources/11.13.18.05/serviceProfiles/{ServiceProfileNumber}/child/notes
Delete a note
Method: delete
Path: /crmRestApi/resources/11.13.18.05/serviceProfiles/{ServiceProfileNumber}/child/notes/{NoteId}
Get a note object
Method: get
Path: /crmRestApi/resources/11.13.18.05/serviceProfiles/{ServiceProfileNumber}/child/notes/{NoteId}
Get all note objects
Method: get
Path: /crmRestApi/resources/11.13.18.05/serviceProfiles/{ServiceProfileNumber}/child/notes
Update a note
Method: patch
Path: /crmRestApi/resources/11.13.18.05/serviceProfiles/{ServiceProfileNumber}/child/notes/{NoteId}