Notes REST Endpoints

Inventory Management/Inventory Consumption Rules/Notes
The note objects resource is used to view the note objects.
Create a note
Method: post
Path: /fscmRestApi/resources/11.13.18.05/packingUnits/{PackingUnitId}/child/notes
Delete a note
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/packingUnits/{PackingUnitId}/child/notes/{NoteId}
Get a note object
Method: get
Path: /fscmRestApi/resources/11.13.18.05/packingUnits/{PackingUnitId}/child/notes/{NoteId}
Get all note objects
Method: get
Path: /fscmRestApi/resources/11.13.18.05/packingUnits/{PackingUnitId}/child/notes
Update a note
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/packingUnits/{PackingUnitId}/child/notes/{NoteId}