Notes REST Endpoints

Hub Persons/Notes
The notes resource is used to view, create, update, and delete a note. A note data object captures comments, information, or instructions for an Oracle Fusion Applications business object.
Create a note
Method: post
Path: /crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/Note
Delete a note
Method: delete
Path: /crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/Note/{NoteId}
Get a note
Method: get
Path: /crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/Note/{NoteId}
Get all notes
Method: get
Path: /crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/Note
Update a note
Method: patch
Path: /crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/Note/{NoteId}