Stocking Locations REST Endpoints

Maintenance/Stocking Locations
Service that's used to create stocking-location records in the RCL_STOCK_LOCATION table to store additional attributes for inventory organizations and subinventories.
Create one stocking location
Method: post
Path: /fscmRestApi/resources/11.13.18.05/stockingLocations
Delete one 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 one stocking location
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/stockingLocations/{StockLocationId}