Recall Lot Serial Numbers REST Endpoints

Inventory Management/Recall Notices/Recall Lines/Recall Lot Numbers/Recall Lot Serial Numbers
The Recall Lot Serial Numbers resource manages the serials within a lot for each recall notice line. This information includes the manufacturer serial numbers, range of serial numbers, serial entry mode as range, and single serials.
Create lot serial numbers
Method: post
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}/child/recallLotNumbers/{LotId}/child/recallLotSerialNumbers
Delete a lot serial number
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}/child/recallLotNumbers/{LotId}/child/recallLotSerialNumbers/{SerialId}
Get all lot serial numbers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}/child/recallLotNumbers/{LotId}/child/recallLotSerialNumbers
Get one lot serial number
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}/child/recallLotNumbers/{LotId}/child/recallLotSerialNumbers/{SerialId}
Update a lot serial number
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}/child/recallLotNumbers/{LotId}/child/recallLotSerialNumbers/{SerialId}