Site-Dedicated Locations REST Endpoints

Maintenance/Stocking Locations/Site-Dedicated Locations
Service that's used to create 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 one site-dedicated location
Method: post
Path: /fscmRestApi/resources/11.13.18.05/stockingLocations/{StockLocationId}/child/siteDedicatedLocations
Delete one site-dedicated location
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/stockingLocations/{StockLocationId}/child/siteDedicatedLocations/{SiteDedicatedLocId}
Get all site-dedicated locations
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 one site-dedicated location
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/stockingLocations/{StockLocationId}/child/siteDedicatedLocations/{SiteDedicatedLocId}