Salary Simple Components REST Endpoints

Salaries/Salary Simple Components
The salarySimpleComponents resource is the child of the salaries resource and includes all of the simple components for a given salary record, such as Base Salary, Location Allowance, and Special Allowance.
Create a simple component
Method: post
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}/child/salarySimpleComponents
Delete a simple component
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}/child/salarySimpleComponents/{SimpleSalaryCompntId}
Get a simple component
Method: get
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}/child/salarySimpleComponents/{SimpleSalaryCompntId}
Get all simple components
Method: get
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}/child/salarySimpleComponents
Update a simple component
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/salaries/{SalaryId}/child/salarySimpleComponents/{SimpleSalaryCompntId}