Get Started with Redwood for Oracle Cloud HCM Begin Now
How can I create a talent person profile with the help of REST APIs?
Hello,
I am trying to create a talent person profile through Oracle hcm REST APIs. However, I am getting the following error on postman;
url : /hcmRestApi/resources/11.13.18.05/talentPersonProfiles
body : {
"PersonId": 300000006456982,
"PersonNumber": "000057",
"educationSections": {
"title": "Education Sections",
"type": "array",
"description": "The educationSections resource is the child of the talentPersonProfiles resource. It provides the list of secured Education sections for a person.",
"items": {
}
}
}
How can I create a talent person profile with the help of REST APIs?
0