Recall Lines REST Endpoints

Inventory Management/Recall NoticesV2/Recall Lines
Information about the recall notice line including details such as manufacturer part number, part description, recall quantity, model, brand, internal master item number, item description, and item category.
Create recall lines
Method: post
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallLines
Delete one recall line
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallLines/{LineId}
Get all recall lines
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallLines
Get one recall line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallLines/{LineId}
Update one recall line
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallLines/{LineId}