Notes REST Endpoints

Inventory Management/Packing Units/Notes
The Notes resource gets comments, information, or instructions for packing units.
Create one note
Method: post
Path: /fscmRestApi/resources/11.13.18.05/packingUnits/{PackingUnitId}/child/notes
Delete one note
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/packingUnits/{PackingUnitId}/child/notes/{NoteId}
Get all notes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/packingUnits/{PackingUnitId}/child/notes
Get one note
Method: get
Path: /fscmRestApi/resources/11.13.18.05/packingUnits/{PackingUnitId}/child/notes/{NoteId}
Update one note
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/packingUnits/{PackingUnitId}/child/notes/{NoteId}