Skip to Main Content

ORDS, SODA & JSON in the Database

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!

ORDS 19.2: POST handler for array of data which is in JSON format

SmithJohn45Dec 12 2020 — edited Dec 12 2020

hi all,
Oracle db 11gR2, ORDS 19.2, Apache Tomcat 9
I had a request to create a POST handler in existing REST API to handle data which will send in array in JSON format. I have no idea for this type in REST API, please help with step by step approach ( how I can get and insert the data ) with a test using Postman Body example, multiple column table data like emp (empno, ename, hiredate, sal).
I tried searching but still confused as per my very limited knowledge.
this may be a collection type to handle the request.( TYPE of a table / record type ).

This post has been answered by thatJeffSmith-Oracle on Dec 14 2020
Jump to Answer
Comments
Post Details
Added on Dec 12 2020
3 comments
1,720 views