Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Read document records by rest api and update records in oracle fusion

Mayar MohamedMay 17 2025

Hello everyone,

We have a requirement to create a DOR of payment method details requested by the customer. We need to call/ read the DOR through REST API -we managed that- then update the system by that new data for each employee with their associated payment method. We were also thinking of having a schedule proccess that would run to update the records in the system.

We're stuck on the implementation of the approach now. how can we pass the data from the DOR to payment method. I understand it'll be through REST API but how exactly? I can't comprehend how we do it automatically and pass the data right away for each employee with each DOR?

Based on my understanding, we'll call an API to retrieve the data from the DOR, then we're supposedly pass them to payment method. How exactly do we do it? do we structure the API in a specific way or pass parameters differently?

can anyone suggest an approach to deploy that?

thank you.

Comments
Post Details
Added on May 17 2025
0 comments
48 views