HCM emp Rest Service PATCH problem — Cloud Customer Connect
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

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!