Attachments REST Endpoints

Inventory Management/Inbound Shipments/Attachments
The Attachments resource gets the details about the documents that the user attached to the shipment header.
Create one document
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inboundShipments/{inboundShipmentsUniqID}/child/headerAttachments
Delete one document
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inboundShipments/{inboundShipmentsUniqID}/child/headerAttachments/{headerAttachmentsUniqID}
Get all documents
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inboundShipments/{inboundShipmentsUniqID}/child/headerAttachments
Get one document
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inboundShipments/{inboundShipmentsUniqID}/child/headerAttachments/{headerAttachmentsUniqID}