Picks REST Endpoints

Inventory Management/Picks
The source location to pick the material for movement request, sales order, transfer order or work order demand. Provides a list of lots or serial numbers to pick from the source location.
Create one pick
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryPicks
Delete one pick
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inventoryPicks/{TransactionTempId}
Get all picks
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryPicks
Get one pick
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryPicks/{TransactionTempId}
Update one pick
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inventoryPicks/{TransactionTempId}