Locators REST Endpoints
Inventory Management/Subinventories/Locators
The Locators resource manages operations on locators. It allows the user to create, update and delete the subinventories.
- Create locators
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/subinventories/{subinventoriesUniqID}/child/locators - Get all locators
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/subinventories/{subinventoriesUniqID}/child/locators - Get one locator
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/subinventories/{subinventoriesUniqID}/child/locators/{InventoryLocationId} - Update one locator
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/subinventories/{subinventoriesUniqID}/child/locators/{InventoryLocationId}