Salaries REST Endpoints
Salaries
The salaries resource includes the salary records for a given worker assignment. You can filter based on a worker's assignment and salary start date or list all of the salary records for a given assignment.
- Create a salary for a worker's assignment
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/salaries - Delete a salary for a worker's assignment
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/salaries/{SalaryId} - Find properties of component type salary basis
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/salaries/action/refreshSalaryRow - Find the initial values for a worker in the simulate salary range page
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/salaries/action/initializeSRDTester - Find the properties of the assignment
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/salaries/action/getAssignmentInfo - Find the properties of the proposed salary basis
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/salaries/action/switchSalaryRow - Find the worker's recalculated values on the simulate salary range page
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/salaries/action/getSrdTesterRecalculatedValues - Get a salary for a worker's assignment
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/salaries/{SalaryId} - Get all salaries for a worker's assignment
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/salaries - Get all simple components used in calculations for other simple components
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/salaries/action/getSimpleCalculatedAttrs - Get assignment attributes to default in the Change Salary action and validate salary
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/salaries/action/getAutoCompleteRefData - Get salary from the offer assignment
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/salaries/action/getOfferSalaryRow - Get the salary details from the transaction cache
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/salaries/action/getTxnCacheSalary - Initialize HCM parameters for salary history notification
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/salaries/action/setSalaryHistoryCache - Post salary for the offer assignment
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/salaries/action/postOfferSalaryRow - Update a salary for a worker's assignment
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/salaries/{SalaryId} - Validate the data that uses descriptive flexfields after Continue is clicked in various flows
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/salaries/action/coreHrSalaryRowValidationDFF - Validate the data when the person clicks Continue
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/salaries/action/coreHrSalaryRowValidation - Validate when and why section details after the person clicks Continue
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/salaries/action/whenAndWhyRowValidation