I installed Oracle APEX Release 24.2.0 and Oracle ORDS Release 25.1 on Oracle Database Express Edition 21.1.
APEX is up and running, then I enabled Restful Services for an specific table. After that I can run the verbs GET, PUT, DELETE sucessfully.
However, when I tried to run POST, providing the proper request Body in JSON format (very similar the one I used for PUT), I got the following error:
**Not Found**
HTTP Status Code: 404
Request ID: 3pY1LsJ_gn5oEXCM_ddjfw
Request Timestamp: 2025-06-12T05:32:09.410876400Z
Error Code:
I'm using Postman v11.49.3 and in the the header of the POst request there a Content-Type filed set to application/json.
Why I'm getting the 404 error only on POST verb?
Is there anything else to configure on RestFul Services in order to be able to POST data?
Thanks for your help.