Education Level Items REST Endpoints

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