Lines REST Endpoints

Inventory Management/Lines
Details about lines of a movement requests. This resource has suggestions created for put-away, picking, and replenishment of inventory items.
Action to backorder the pick lines.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryMovementRequestLines/{LineId}/action/backOrder
Action to create picks.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryMovementRequestLines/{LineId}/action/autoCreatePicks
Get all lines
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryMovementRequestLines
Get one line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryMovementRequestLines/{LineId}