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.

Is there a way to upload a document of record directly from client SFTP using REST Services

edited Jun 20, 2024 7:26AM in HCM REST APIs 2 comments

Summary:

We are trying to create Document of Records in Oracle, for which we would like to know if there is any method to provide the "FileContents" directly from the client SFTP or other location in the form of a URL or something, instead of providing an encrypted version of the content.

We have attached a code snippet of the request body for a create DoR API.

Code Snippet (add any code snippets that support your topic, if applicable):

{     "DocumentType": "Other Employment",    "PersonId": 300000153068990,    "PersonNumber": "501969",    "DocumentCode": "BIRTH_1862024_508",    "DocumentName": "BIRTH_1862024_508",    "DocumentNumber": null,    "DateFrom": "2024-10-01",    "DateTo": "2025-12-31",    "IssuingAuthority": null,    "IssuingCountryName": null,    "IssuedDate": "2022-10-01",    "attachments":            [{                 "CategoryName" : "MISC",                 "DatatypeCode" : "FILE",                "FileName":"Test_Document",                "Description":"Test description,please read the file",                "Title" : "File.txt",               

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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