Attachments REST Endpoints

Inventory Management/Packing Units/Attachments
The Attachments resource manages the attachments associated with the packing unit resource.
Create one attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/packingUnits/{PackingUnitId}/child/attachments
Delete one attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/packingUnits/{PackingUnitId}/child/attachments/{attachmentsUniqID}
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/packingUnits/{PackingUnitId}/child/attachments
Get one attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/packingUnits/{PackingUnitId}/child/attachments/{attachmentsUniqID}
Update one attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/packingUnits/{PackingUnitId}/child/attachments/{attachmentsUniqID}