- همه محصولات
- اودو Rest API
The odoo Rest API module allow us to connect to database
with the help of GET , POST , PUT and DELETE request.
Key Highlights
Api Key Generation This module
Api key generation using database
authentication.
Create Records Can create
records for the models we want to access.
Methods This module
Choose specific methods like GET, POST etc.
Create & Updates Create and
update records from database.
Delete This module
Choose DELETE method to delete records.
Initial Commit for Odoo rest API.
Related Products
Odoo rest API
- This will allow us to send request
to
server without
selecting database first.
-
Incase
if you have to
uninstall the module , you have to
remove this parameter.
- Next we can install the
module.
Get Records
Create Records
Update Records
Delete Records
We can create
records in the rest api app.
We can send GET
request to retrieve data from the database.
Update of
records in the database can be done with PUT
method.
Database records
can be deleted by sending DELETE method request.