Language Items REST Endpoints

Talent Person Profiles/Language Sections/Language Items
The languageItems resource is the child of the languageSections resource. It provides the list of the language items within a language section for a person.
Create a language item
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/languageSections/{ProfileSectionId10}/child/languageItems
Delete a language item
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/languageSections/{ProfileSectionId10}/child/languageItems/{LanguageId}
Get a language item
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/languageSections/{ProfileSectionId10}/child/languageItems/{LanguageId}
Get all language items
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/languageSections/{ProfileSectionId10}/child/languageItems
Update a language item
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/languageSections/{ProfileSectionId10}/child/languageItems/{LanguageId}