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.

APEX 23.1 REST API Parameter not working ( like I expected)

mpatzwahlJun 5 2023

Hi,

i have a REST Service:

BEGIN
INSERT INTO dept (deptno,dname,loc)
VALUES (:DEPTNO,:DNAME,:LOC);
COMMIT;
END;

With 3 IN Parameters (Source Type HTTP Header or URI)

I Create a APEX REST Data Service .. ok

Then i want to use it as an Invoke API Process, but the three Parameter are not shown. Why ?

Thanks, Marco

Comments
Post Details
Added on Jun 5 2023
2 comments
416 views