- Subcategories:
- Technical Post Details Items Descriptive Flexfields
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: postPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/technicalPostDetailsSections/{ProfileSectionId1}/child/technicalPostDetailsItems
- Delete an technical post detail item
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/technicalPostDetailsSections/{ProfileSectionId1}/child/technicalPostDetailsItems/{TechPostDetailId}
- Get all technical post detail items
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/technicalPostDetailsSections/{ProfileSectionId1}/child/technicalPostDetailsItems
- Get an technical post detail item
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/technicalPostDetailsSections/{ProfileSectionId1}/child/technicalPostDetailsItems/{TechPostDetailId}
- Update an technical post detail item
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/technicalPostDetailsSections/{ProfileSectionId1}/child/technicalPostDetailsItems/{TechPostDetailId}