Oracle Forum - The Knowledge Center for Oracle Professionals - Looking Beyond the Possibilities

Full Version: REST API Cloud HCM
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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/hu...cords.html