You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

ORDS on ATP basic Postman GET and PUT

edited Apr 16, 2022 7:54AM in Autonomous Database 2 comments

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:

https://.........oraclecloudapps.com/ords/admin/people/

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!