Recall Serial Numbers REST Endpoints
Inventory Management/Capture and Validate Recall Notices/Recall Lines/Recall Serial Numbers
Recalled serial numbers pertaining to the recalled parts on the recall notices.
- Create recalled serial numbers
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/captureAndValidateRecallNotices/{HeaderId}/child/captureAndValidateRecallLines/{LineId}/child/recalledSerialNumbers
- Get all recalled serial numbers
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/captureAndValidateRecallNotices/{HeaderId}/child/captureAndValidateRecallLines/{LineId}/child/recalledSerialNumbers
- Get one recalled serial number
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/captureAndValidateRecallNotices/{HeaderId}/child/captureAndValidateRecallLines/{LineId}/child/recalledSerialNumbers/{SerialId}