A new Gestix API version has been released.
The currently supported endpoints list follows.
- /helo get Authentication
- /status get Get status information
- /documents get Lists Documents
- /invoices get Lists Invoices
- /invoices post Adds a document of the specified document set to the system
- /orders get Lists Orders
- /orders post Adds a document of the specified document set to the system
- /receipts get Lists Receipts
- /receipts post Adds a document of the specified document set to the system
- /transfer_orders get Lists Stock Transfer
- /transfer_orders post Adds a document of the specified document set to the system
- /purchases get Lists Purchases
- /purchases post Adds a document of the specified document set to the system
- /purchase_orders get Lists Purchase Orders
- /purchase_orders post Adds a document of the specified document set to the system
- /customers get Lists Customer
- /customers post Adds a Customer to the system
- /customers put Updates a Customer on to the system
- /suppliers get Lists Supplier
- /suppliers post Adds a Supplier to the system
- /suppliers put Updates a Supplier on to the system
- /articles get List products
- /articles post Adds a product to the system
- /articles put Updates a product on to the system
- /serial_numbers get Lists serial numbers
- /transactions get Lists transactions
- /locations get Lists locations
- /categories get Lists categories
- /families get Lists product families
The full API’s documentation can be downloaded from the Webshop menu of the Gestix ERP back office. A human-readable version is provied on PDF while the protocolar OAS 3.0 specification is available in JSON script.