Accomplishment Items REST Endpoints

Talent Person Profiles/Accomplishment Sections/Accomplishment Items
The accomplishmentItems resource is the child of the accomplishmentSections resource. It provides the list of accomplishment items within an accomplishment section for a person.
Create an accomplishment item
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/accomplishmentSections/{ProfileSectionId}/child/accomplishmentItems
Delete an accomplishment item
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/accomplishmentSections/{ProfileSectionId}/child/accomplishmentItems/{AccomplishmentId}
Get all accomplishment items
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/accomplishmentSections/{ProfileSectionId}/child/accomplishmentItems
Get an accomplishment item
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/accomplishmentSections/{ProfileSectionId}/child/accomplishmentItems/{AccomplishmentId}
Update an accomplishment item
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/accomplishmentSections/{ProfileSectionId}/child/accomplishmentItems/{AccomplishmentId}