Oracle Forum - The Knowledge Center for Oracle Professionals - Looking Beyond the Possibilities
REST API Cloud HCM - Printable Version

+- Oracle Forum - The Knowledge Center for Oracle Professionals - Looking Beyond the Possibilities (http://www.oraerp.com)
+-- Forum: Oracle Applications (http://www.oraerp.com/forum-39.html)
+--- Forum: Oracle Cloud, Fusion Applications (http://www.oraerp.com/forum-32.html)
+---- Forum: HCM Cloud (http://www.oraerp.com/forum-35.html)
+---- Thread: REST API Cloud HCM (/thread-113920.html)



REST API Cloud HCM - Kashif Manzoor - 05-20-2021

Hi all, is there a way a doc (pdf) can be sent via Rest API or any other way to HCM? For e.g let's say payroll process happens outside fusion and I want to attach a payslip (received from external system) to DoR of a person record?


RE: REST API Cloud HCM - Kashif Manzoor - 05-20-2021

Some of the responses to this question:
HCM Data Loader: Loading Payroll Interface Inbound Records (Doc ID 2141697.1)

You can use both HDL and REST API to load documents to DOR. But we have tried mostly thru HDL and was successfully able to load payslips processed outside of Fusion HCM

You can load Payslips from Third Party Payroll into HCM using HDL by creating a new custom DoR Type say Third Party Payslip. I will send you sample file sometime tomorrow.

Using REST API also, you can load the DoR. Create the custom DoR type say Third Party Payslip and then encode the entire file to Base64 format and then use the POST to load the file to that Person.

See the documentation of REST API DoR Create below.
https://docs.oracle.com/en/cloud/saas/human-resources/21b/farws/Manage_Document_Records.html