Most of theĀ examples of using ORDS focus on retrieving data from Oracle using the HTTP GET handler. If I have a API with multiple IN parameters and multiple OUT parameters, how can I use ORDS to expose this via HTTP PUT/POST handler? What would the URI look like? Is there a step-by-step example?
Thanks