Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Talent Profile, Create a certification item REST API 400 bad request error
Summary:
I am trying to create License, certification in HCM using REST API, but getting 400 Bad request error.
The REST API is:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/certificationSections/{ProfileSectionId}/child/certificationItems
Error:
400 Bad request:
{ "title": "Bad Request", "status": "400", "o:errorDetails": [ {
"detail": "Category is a required field.",
"o:errorCode": "FND:::FND_FLEX_SEG_REQUIRED" },
{ "detail": "Status is a required field.", "o:errorCode": "FND:::FND_FLEX_SEG_REQUIRED" } ]}
The category is not part of requst body payload and i had already passed status as parameter in the request body.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):