- Subcategories:
- Flexfields
- Subinventories
Physical Inventories REST Endpoints
Inventory Management/Physical Inventories
The Physical Inventories resource manages operations on physical inventories.
- Create inventories
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/physicalInventories - Delete one inventory
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/physicalInventories/{physicalInventoriesUniqID} - Get all inventories
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/physicalInventories - Get one inventory
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/physicalInventories/{physicalInventoriesUniqID} - Update one inventory
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/physicalInventories/{physicalInventoriesUniqID}