Stock Profiles REST Endpoints

Stock Profiles
The compensationStockProfiles resource provides the ability to store stock profiles.
Create a stock profile
Method: post
Path: /hcmRestApi/resources/11.13.18.05/compensationStockProfiles
Delete a stock profile
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/compensationStockProfiles/{compensationStockProfilesUniqID}
Get a stock profile
Method: get
Path: /hcmRestApi/resources/11.13.18.05/compensationStockProfiles/{compensationStockProfilesUniqID}
Get all stock profiles
Method: get
Path: /hcmRestApi/resources/11.13.18.05/compensationStockProfiles
Update a stock profile
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/compensationStockProfiles/{compensationStockProfilesUniqID}