Subinventory Items REST Endpoints

Inventory Management/Subinventory Items
The Subinventory Items resource manages operations on subinventory item like assigning items to a subinventory, specify lead time and information required for min-max and par-level planning.
Create subinventory items
Method: post
Path: /fscmRestApi/resources/11.13.18.05/subinventoryItems
Get all subinventory items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/subinventoryItems
Get one subinventory item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/subinventoryItems/{SubinventoryItemId}
Remove one subinventory item
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/subinventoryItems/{SubinventoryItemId}
Update one subinventory item
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/subinventoryItems/{SubinventoryItemId}