Hi All,
I have a question regarding the usage of REST APIs in Oracle. Specifically, is there a way to initiate a “Check” method before performing a “Do” method directly through REST API calls?

I noticed that all Oracle API CRUD operations include a parameter called "action_", and I’m wondering if it’s possible to pass values like “Prepare”, “Check”, or “Do” directly to this parameter via the REST call.
Has anyone tried this or found a way to implement such functionality? Any insights or suggestions would be greatly appreciated!