- Subcategories:
- Attachments
- Recall Lot Numbers
- Recall Serial Numbers
Recall Lines REST Endpoints
The Recall Lines resource manages the information about a recall notice line, which includes details such as manufacturer part number, part description, recall quantity, model, brand, internal master item number, item description, and item category. The line identifier is a unique application-generated primary key and is invisible to the user.
- Create lines
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines - Delete a line
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId} - Finds duplicate recalled lots and serials
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/action/findDuplicateRecallLotAndSerialNumbers - Get all lines
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines - Get one line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId} - Update a line
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}