Recall Lot Numbers REST Endpoints

Inventory Management/Recall Notices/Recall Lines/Recall Lot Numbers
The Recall Lot Numbers resource manages the lot details of each recall notice line. The information includes the manufacturer lot number, quantity, manufactured date, expiry date, and shelf life.
Create lot numbers
Method: post
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}/child/recallLotNumbers
Delete a lot number
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}/child/recallLotNumbers/{LotId}
Get all lot numbers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}/child/recallLotNumbers
Get one lot number
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}/child/recallLotNumbers/{LotId}
Update a lot number
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}/child/recallLotNumbers/{LotId}