Attachments REST Endpoints

Inventory Management/Requests for Receiving Transactions/Attachments
The Attachments resource manages attachments when creating a post receipt transaction. The attachments uploaded as part of this correspond to the entity name Receiving Transactions.
Create attachments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptTransactionRequests/{InterfaceTransactionId}/child/attachments
Delete one receipt transaction attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptTransactionRequests/{InterfaceTransactionId}/child/attachments/{attachmentsUniqID}
Get attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptTransactionRequests/{InterfaceTransactionId}/child/attachments
Get one attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptTransactionRequests/{InterfaceTransactionId}/child/attachments/{attachmentsUniqID}
Update one receipt transaction attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptTransactionRequests/{InterfaceTransactionId}/child/attachments/{attachmentsUniqID}