Career Interests REST Endpoints

Career Interests
The careerInterests resource provides all the careers of interest of an employee.
Create a career of interest
Method: post
Path: /hcmRestApi/resources/11.13.18.05/careerInterests
Delete a career of interest
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/careerInterests/{CareerInterestId}
Get a career of interest
Method: get
Path: /hcmRestApi/resources/11.13.18.05/careerInterests/{CareerInterestId}
Get all careers of interest
Method: get
Path: /hcmRestApi/resources/11.13.18.05/careerInterests
Update a career of interest
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/careerInterests/{CareerInterestId}