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 with Redwood for Oracle Cloud HCM   Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.

For more information, please refer to this announcement explaining best practices for getting answers to questions.

HCM emp Rest Service PATCH problem

edited Dec 2, 2016 4:36PM in HCM Integrations 5 comments

Summary

Running into an issue with PATCH operation.

Content

Has anyone had a successful PATCH operation for updating emails? I have followed the example in https://docs.oracle.com/cloud/latest/globalcs_gs/FARWS/Updating_Employee_Information.html, but no luck for me. I see a Not Implemented/Unsupported Request 501 error.

HTTP/1.1 501 Not Implemented
Server: AkamaiGHost
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 521
Expires: Fri, 02 Dec 2016 16:12:25 GMT
Date: Fri, 02 Dec 2016 16:12:25 GMT
Connection: close

My curl statement is as follows:

curl -i -u "<user>" \
-H "Content-Type: application/vnd.oracle.adf.resourceitem+json" \
-H "Effective-Of: RangeMode=CORRECTION" \
-X PATCH \
-d '{ "WorkEmail" : "James.Harrington123.student@ni.com" }' \
"

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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