Attachments REST Endpoints

Inventory Management/Receiving Transactions History/Attachments
The attachments resource is used to view, create, and update attachments.
Create an attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/receivingTransactionsHistory/{TransactionId}/child/transactionAttachments
Delete an attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/receivingTransactionsHistory/{TransactionId}/child/transactionAttachments/{receiptAttachmentsUniqID}
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receivingTransactionsHistory/{TransactionId}/child/receiptAttachments
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receivingTransactionsHistory/{TransactionId}/child/transactionAttachments
Get an attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receivingTransactionsHistory/{TransactionId}/child/receiptAttachments/{receiptAttachmentsUniqID}
Get an attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receivingTransactionsHistory/{TransactionId}/child/transactionAttachments/{receiptAttachmentsUniqID}