Stocking Locations REST Endpoints

Maintenance/Stocking Locations
The Stocking Locations resource creates service logistics stocking location records in the RCL_STOCK_LOCATION table to store additional attributes for inventory organizations and subinventories.
Create a stocking location
Method: post
Path: /fscmRestApi/resources/11.13.18.05/stockingLocations
Delete a stocking location
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/stockingLocations/{StockLocationId}
Get all stocking locations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/stockingLocations
Get one stocking location
Method: get
Path: /fscmRestApi/resources/11.13.18.05/stockingLocations/{StockLocationId}
Update a stocking location
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/stockingLocations/{StockLocationId}