Locator Items REST Endpoints
Inventory Management/Locator Items
The Locator Items resource manages operations on locator Items. It allows the user to assign an item to a locator and specify information required for par-level planning.
- Create locator items
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/locatorItems - Delete one locator item
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/locatorItems/{LocatorItemId} - Get all locator items
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/locatorItems - Get one locator item
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/locatorItems/{LocatorItemId} - Update one locator item
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/locatorItems/{LocatorItemId}