Salary Rate Components REST Endpoints

Salaries/Salary Rate Components
The salaryRateComponents resource is the child of the salaries resource and includes all of the rate components for a given salary record. This resource is currently under controlled availability.
Create a rate component
Method: post
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}/child/salaryPayRateComponents
Delete a rate component
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}/child/salaryPayRateComponents/{SalaryPayComponentId}
Get a rate component
Method: get
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}/child/salaryPayRateComponents/{SalaryPayComponentId}
Get all rate components
Method: get
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}/child/salaryPayRateComponents
Update a rate component
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}/child/salaryPayRateComponents/{SalaryPayComponentId}