ORDS on ATP basic Postman GET and PUT
Content
I am trying to perform a basic PUT from Postman to insert a record. I cannot figure out the proper syntax.
I am just learning about ORDS and ATP. We have an ATP instance. I read some of Jeff Smith's blogs to get started.
I have a one column table (JOE_XML..alias is 'people') on ATP, Admin schema. It is REST enabled. The table currently has no rows.
CREATE TABLE ADMIN.JOE_XML
(
NOTES VARCHAR2 (25)
) ;
I am able to run a GET successfully from Postman, with no authentication using the following url:
0