Technical Post Details Items REST Endpoints

Talent Person Profiles/Technical Post Details Sections/Technical Post Details Items
The technicalPostDetailsItems resource is the child of the technicalPostDetailsSections resource. It provides the list of technical post details items within a technical post detail section for a person.
Create an technical post detail item
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/technicalPostDetailsSections/{ProfileSectionId1}/child/technicalPostDetailsItems
Delete an technical post detail item
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/technicalPostDetailsSections/{ProfileSectionId1}/child/technicalPostDetailsItems/{TechPostDetailId}
Get all technical post detail items
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/technicalPostDetailsSections/{ProfileSectionId1}/child/technicalPostDetailsItems
Get an technical post detail item
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/technicalPostDetailsSections/{ProfileSectionId1}/child/technicalPostDetailsItems/{TechPostDetailId}
Update an technical post detail item
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/technicalPostDetailsSections/{ProfileSectionId1}/child/technicalPostDetailsItems/{TechPostDetailId}