Skip to Main Content

APEX

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.

Help with Rest Put, Post and Delete

HawkerHunterSep 8 2021

Hello Friends,
I am trying out CRUD operations with ORDS in APEX.
I have successfully created GET, PUT, POST and DELETE end points and tested them by using Postman. Also, I could successfully use the GET end point to fetch data in my Oracle APEX page.
But I am trying to find some example of inserting, updating and deleting some data from APEX page by using REST PUT, POST and Delete endpoints but all the examples show us the process of Inserting, Updating and Deleting by using Postman only. I could not find any example where it is done from Oracle APEX page functions.
I shall be very thankful if someone can point me to some resource where Inserting, Updating and deleting data with Rest end point is shown to be done from APEX Pages and not from Postman.
Regards
Hawker

Comments

Processing

Post Details

Added on Sep 8 2021
1 comment
270 views