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