Physical Inventories REST Endpoints

Inventory Management/Physical Inventories
The Physical Inventories resource manages operations on physical inventories.
Create inventories
Method: post
Path: /fscmRestApi/resources/11.13.18.05/physicalInventories
Delete one inventory
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/physicalInventories/{physicalInventoriesUniqID}
Get all inventories
Method: get
Path: /fscmRestApi/resources/11.13.18.05/physicalInventories
Get one inventory
Method: get
Path: /fscmRestApi/resources/11.13.18.05/physicalInventories/{physicalInventoriesUniqID}
Update one inventory
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/physicalInventories/{physicalInventoriesUniqID}