Subinventories REST Endpoints
Inventory Management/Physical Inventories/Subinventories
The Physical Inventory Subinventories resource manages operations on physical inventory subinventories.
- Create subinventories
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/physicalInventories/{physicalInventoriesUniqID}/child/physicalInventorySubinventories - Delete one subinventory
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/physicalInventories/{physicalInventoriesUniqID}/child/physicalInventorySubinventories/{physicalInventorySubinventoriesUniqID} - Get all subinventories
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/physicalInventories/{physicalInventoriesUniqID}/child/physicalInventorySubinventories - Get one subinventory
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/physicalInventories/{physicalInventoriesUniqID}/child/physicalInventorySubinventories/{physicalInventorySubinventoriesUniqID}