You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

Unable to Post Pending Worker via API due to false duplicate check

edited Apr 12, 2019 8:51PM in HCM Integrations 9 comments

Summary

RESTful API Create Employee fails due to duplicate

Content

When attempting to post a pending worker employee via API Restful Services POST call (create employee), we receive the following response.

{
  "title": "Bad Request",
  "status": "400",
  "o:errorDetails": [
    {
      "detail": "You cannot create this employee because the national ID and the combination of last name, date of birth, and first character of first name must be unique. (PER-1531814)",
      "o:errorCode": "PER:::PER_REST_DUPL_EMP"
    }
  ]
}

The issue is the the national ID is unique in our system, as are the combination of last name, date of birth, and first character of first name.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!