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: post
Path: /fscmRestApi/resources/11.13.18.05/locatorItems
Delete one locator item
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/locatorItems/{LocatorItemId}
Get all locator items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/locatorItems
Get one locator item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/locatorItems/{LocatorItemId}
Update one locator item
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/locatorItems/{LocatorItemId}