Hey,
I would like to call the Odoo API from an external tool middleware where I can fire REST API Calls (URL, Request Body etc.) This is similar like the parameters I can enter into Postman for example.
Now I am wondering if or how I can call my Odoo API to e.g. pull my partners names and ID to get it back in a Json object.
I can only find the Odoo doumentation where it is described how to call it via Python, PHP etc. but not via "regular API Call"
https://www.odoo.com/documentation/12.0/webservices/odoo.html
I hope you can help me with this! Thanks in advance!
Whats the issue you are facing?