Career Interests REST Endpoints
Career Interests
The careerInterests resource provides all the careers of interest of an employee.
- Create a career of interest
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/careerInterests - Delete a career of interest
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/careerInterests/{CareerInterestId} - Get a career of interest
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/careerInterests/{CareerInterestId} - Get all careers of interest
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/careerInterests - Update a career of interest
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/careerInterests/{CareerInterestId}