Recall Lot Numbers REST Endpoints

Inventory Management/Recall NoticesV2/Recall Lines/Recall Lot Numbers
Information about the lot details including the lot number, quantity, manufactured date, expiry date, and shelf life.
Create lot numbers recalled by the source
Method: post
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallLines/{LineId}/child/recallLotNumbers
Delete one lot number recalled by the source
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallLines/{LineId}/child/recallLotNumbers/{LotId}
Get all recalled lot numbers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallLines/{LineId}/child/recallLotNumbers
Get one recalled lot number
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallLines/{LineId}/child/recallLotNumbers/{LotId}
Update one lot number recalled by the source
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallLines/{LineId}/child/recallLotNumbers/{LotId}