
The Coding Studio Inc. Tips
User Manual of Odoo REST API
Published: 2023-09-27
INTRODUCTION REST API in Odoo! An Odoo REST API refers to a Representational State Transfer Application Programming Interface. It's an architectural style for creating REST APIs that use HTTP requests to access and modify data. REST APIs are resource-oriented, stateless, cacheable, layered, and uniform interfaces. The HTTP request lets you get, put, post, and delete [...]