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}
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
Update a salary for a worker's assignment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}