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 ).