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: post
Path: /hcmRestApi/resources/11.13.18.05/salaries
Delete a salary for a worker's assignment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}
Find the worker's recalculated values on the simulate salary range page.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/salaries/action/getSrdTesterRecalculatedValues
Finds the initial values for a worker in the simulate salary range page.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/salaries/action/initializeSRDTester
Finds the properties of the assignment.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/salaries/action/getAssignmentInfo
Finds the properties of the proposed salary basis.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/salaries/action/switchSalaryRow
Get a salary for a worker's assignment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}
Get all salaries for a worker's assignment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/salaries
Get salary from the offer assignment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/salaries/action/getOfferSalaryRow
Get the salary details from the transaction cache.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/salaries/action/getTxnCacheSalary
Post salary for the offer assignment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/salaries/action/postOfferSalaryRow
Update a salary for a worker's assignment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}
Validate the data when the person clicks Continue.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/salaries/action/coreHrSalaryRowValidation
Validate when and why section details after the person clicks Continue
Method: post
Path: /hcmRestApi/resources/11.13.18.05/salaries/action/whenAndWhyRowValidation