Site Dedicated Locations REST Endpoints

Maintenance/Stocking Locations/Site Dedicated Locations
The Site Dedicated Locations resource creates site dedicated stocking location addresses in the RCL_SITE_DEDICATED_LOCATIONS table to define which customer sites the parts in the associated service logistics stocking location can be used.
Create a site dedicated location
Method: post
Path: /fscmRestApi/resources/11.13.18.05/stockingLocations/{StockLocationId}/child/siteDedicatedLocations
Delete a site dedicated location
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/stockingLocations/{StockLocationId}/child/siteDedicatedLocations/{SiteDedicatedLocId}
Get all site dedicated location
Method: get
Path: /fscmRestApi/resources/11.13.18.05/stockingLocations/{StockLocationId}/child/siteDedicatedLocations
Get one site dedicated location
Method: get
Path: /fscmRestApi/resources/11.13.18.05/stockingLocations/{StockLocationId}/child/siteDedicatedLocations/{SiteDedicatedLocId}
Update a site dedicated location
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/stockingLocations/{StockLocationId}/child/siteDedicatedLocations/{SiteDedicatedLocId}