Work Preference Items REST Endpoints
Talent Person Profiles/Work Preference Sections/Work Preference Items
The workPreferenceItems resource is the child of the workPreferenceSections resource. It provides the list of the work preference items within a work preference section for a person.
- Create a work preference item
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/workPreferenceSections/{ProfileSectionId1}/child/workPreferenceItems
- Get a work preference item
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/workPreferenceSections/{ProfileSectionId1}/child/workPreferenceItems/{workPreferenceItemsUniqID}
- Get all work preference items
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/workPreferenceSections/{ProfileSectionId1}/child/workPreferenceItems
- Update a work preference item
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/workPreferenceSections/{ProfileSectionId1}/child/workPreferenceItems/{workPreferenceItemsUniqID}