To generate the various end-points Burti API relies on the database structure that Standard ERP exposes via the Export/import Format report in its' Technics module. When the report is run without specifying a register code, it will dump the database definitions of all the registers in the database. These are for example Invoices, Sales Orders, Deliveries and such. You will need to look up the register(-s) that you wish to expose via the API in this report and then separately export these to a text file. Example for retrieving the database structure of a registerIn this example we show how to generate an API end-point for the Orders register. Step 1: Enter the keyword "Orders" in the search field of the report Step2Step 2: Cycling through the search results pin-point the correct register and take note of its' code (ORVc). |