Recall Notices REST Endpoints

Inventory Management/Recall Notices
The Recall Notices resource manages the information about a recall notice. A recall notice is created at a business-unit level. The recall notice contains a recall notice number that gets generated based on the recall document sequence defined in a configuration parameter. It captures the details of the source that initiated the recall, the source recall document reference, initiation date, recall reason, recall classification based on potential risk and the severity of the impact on human life if consumed, and the replacement method to dispose the recalled parts. The header identifier is a unique application-generated primary key and is invisible to the user.
Cancel a scheduled process
Method: post
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/action/cancelLocatePartsEss
Create headers
Method: post
Path: /fscmRestApi/resources/11.13.18.05/recallNotices
Delete a header
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}
Find duplicate recall notices
Method: post
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/action/findDuplicates
Get all headers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNotices
Get one header
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}
Raise a business event
Method: post
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/action/raiseBusinessEvent
Submit a scheduled process
Method: post
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/action/submitLocatePartsEss
Update a header
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}