- Subcategories:
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
Attachments REST Endpoints
Inventory Management/Inbound Shipments/Shipment Lines/Attachments
The Attachments resource gets the details about the documents that the user attached to the shipment line.
- Create one attachment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inboundShipments/{inboundShipmentsUniqID}/child/shipmentLines/{shipmentLinesUniqID}/child/attachments - Delete one attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/inboundShipments/{inboundShipmentsUniqID}/child/shipmentLines/{shipmentLinesUniqID}/child/attachments/{attachmentsUniqID} - Get all documents
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inboundShipments/{inboundShipmentsUniqID}/child/shipmentLines/{shipmentLinesUniqID}/child/attachments - Get one document
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inboundShipments/{inboundShipmentsUniqID}/child/shipmentLines/{shipmentLinesUniqID}/child/attachments/{attachmentsUniqID}