📄️ Reading Data
The iDempiere REST API supports reading data using standard HTTP GET requests. These can be used to fetch collections of records, individual records by ID or UUID, and specific fields.
📄️ Querying Data
Filtering with $filter
📄️ Create (POST)
To create a PO in a collection, the client sends a POST request to that collection's URL. The POST body must contain a single valid entity representation.
📄️ Update a PO (PUT)
The request below updates the tax with ID 1000000:
📄️ Remove a PO (DELETE)
The request below deletes the Tax with ID 1000005.
📄️ Special Cases in Entity Representations
This section describes special requirements when working with certain entity types or data structures in the iDempiere REST API.