- Subcategories:
- Attachments
- Flexfields for Picks
- Flexfields for Validated Transactions
- Lot Summaries
- Lots
- Project Cost Details
- Serial Summaries
- Tracking Attributes
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: postPath:
/fscmRestApi/resources/11.13.18.05/inventoryPicks
- Delete one pick
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/inventoryPicks/{TransactionTempId}
- Get all picks
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inventoryPicks
- Get one pick
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inventoryPicks/{TransactionTempId}
- Update one pick
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/inventoryPicks/{TransactionTempId}