Recall NoticesV2 REST Endpoints

Inventory Management/Recall NoticesV2
Information about a recall notice that's created at a business-unit level. A recall notice contains a recall notice number that's 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 the 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.
Create recall headers
Method: post
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2
Delete a recall header
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}
Get one recall header
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}
Gets duplicate recall notices
Method: post
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/action/findDuplicates
Query all recall headers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2
Update a recall header
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}