Stock Profiles REST Endpoints
Stock Profiles
The compensationStockProfiles resource provides the ability to store stock profiles.
- Create a stock profile
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/compensationStockProfiles
- Delete a stock profile
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/compensationStockProfiles/{compensationStockProfilesUniqID}
- Get a stock profile
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/compensationStockProfiles/{compensationStockProfilesUniqID}
- Get all stock profiles
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/compensationStockProfiles
- Update a stock profile
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/compensationStockProfiles/{compensationStockProfilesUniqID}