Salary Components REST Endpoints

Salaries/Salary Components
The salaryComponents resource is the child of the salaries resource and includes all the components that itemize salary adjustments for a given salary record, such as Adjustment, Location, and Merit.
Create a component
Method: post
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}/child/salaryComponents
Delete a component
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}/child/salaryComponents/{SalaryComponentId}
Get a component
Method: get
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}/child/salaryComponents/{SalaryComponentId}
Get all components
Method: get
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}/child/salaryComponents
Update a component
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}/child/salaryComponents/{SalaryComponentId}