Create Talent Person Profile Public Skill with Proficiency
I'm trying to add a public skill to a talentPersonProfile using the rest API:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/publicSkills
I managed to send a successful request sending only the following fields:
{ "Skill": "Teamwork", "Group": "ORA_DEVELOPING" }
If i try to send Group ORA_DEVELOPED i get the following error:
{ "title": "Bad Request", "status": "400", "o:errorDetails": [ { "detail": "Provide a valid value for EndorserPersonId.", "o:errorCode": "27014" } ]}
How do i create a skill with Group ORA_DEVELOPED also adding the proficiency level?
One more question: is it possible to send multiple skills in the same request?
Tagged:
0