Highest Education Level Items REST Endpoints

Talent Person Profiles/Highest Education Level Sections/Highest Education Level Items
The highestEduLvlItems resource is the child of the highestEducationLvlSections resource. It provides the list of highest education level items within an highest education level for a person.
Create an highest education level item
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/highestEducationLvlSections/{ProfileSectionId}/child/highestEduLvlItems
Delete an highest education level item
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/highestEducationLvlSections/{ProfileSectionId}/child/highestEduLvlItems/{HighestEduLevelId}
Get all highest education level items
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/highestEducationLvlSections/{ProfileSectionId}/child/highestEduLvlItems
Get an highest education level item
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/highestEducationLvlSections/{ProfileSectionId}/child/highestEduLvlItems/{HighestEduLevelId}
Update an highest education level item
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/highestEducationLvlSections/{ProfileSectionId}/child/highestEduLvlItems/{HighestEduLevelId}