POST Multiple rows in ORDS
Content
Hello -
I have ATP database. I have table called students. I right click this table and select "Enable REST" and it created GET, POST etc REST URLs for me. I grab the POST REST URL.
My goal is to be able to POST atleast 2 records into students table in one go.
So to test this scenario I open Postman and select Operation = POST
Paste URL in postman as https://xxxxxxxxxxxxxx-phoenix-1.oraclecloudapps.com/ords/admin/
Give credentials in POSTMAN
content-type = application/vnd.oracle.adf.batch+json
Put request in BODY as
{
"parts": [
{
"id": "part1",
"path": "/students",
"operation": "create",
"payload" : {
"firstname"
0