Get Started with Redwood for Oracle Cloud HCM Begin Now
How can I create a talent profile ?
Summary:
Cannot create a talent profile because of the following error.
"You must provide a value for the PersonNumber attribute."
Content (required):
I am trying to create a talent with the following Body for baseline through /hcmRestApi/resources/11.13.18.05/talentPersonProfiles.
{
"items" : [ {
"PersonNumber" : "ORA_23006_CR",
"ProfileCode" : "ORA_23006_CR"
} ]
}
Although I specified the existing PersonNumber, got the error message "You must provide a value for the PersonNumber attribute.".
Would you please help me fix this issue ?
Version (include the version you are using, if applicable):
23C
Code Snippet (add any code snippets that support your topic, if applicable):
0