- Subcategories:
- Attachments
- Business Units
- Recall Contacts
- Recall Header Descriptive Flexfields
- Recall Lines
Recall NoticesV2 REST Endpoints
Inventory Management/Recall NoticesV2
Header entity of a recall notice that contains a unique reference number, dates initiated, reported, and created in the application, and information about the parties who initiated and reported the recall, the reason for the recall, the risk and its severity, and the action to be taken by impacted customers. Use this resource if you already know the matching item in your product master, you're sure a recall is relevant for your enterprise, and you don't want the application to determine the relevance of the recall captured from external sources.
- Copy one recall notice
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/recallNoticesV2/action/copyRecallNotice - Create recall headers
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/recallNoticesV2 - Delete a recall header
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId} - Get one recall header
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId} - Gets duplicate recall notices
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/recallNoticesV2/action/findDuplicates - Identify and locate recalled items
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/recallNoticesV2/action/submitLocatePartsEss - Query all recall headers
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/recallNoticesV2 - Raises a business event
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/recallNoticesV2/action/raiseBusinessEvent - Update a recall header
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}