Recall Lines REST Endpoints

Inventory Management/Recall Notices/Recall Lines
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: post
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines
Delete a line
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}
Get all lines
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines
Get one line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}
Update a line
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines/{LineId}