Attachments REST Endpoints

Inventory Management/Recall Notices/Recall Lines/Attachments
The Attachments resource manages the attachments for the recall notice line.
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}/child/attachments
Get one attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}/child/attachments/{attachmentsUniqID}
Remove an attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}/child/attachments/{attachmentsUniqID}
Replace an attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}/child/attachments/{attachmentsUniqID}
Upload an attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}/child/attachments