Quick Start
Última actualización
¿Te fue útil?
Última actualización
¿Te fue útil?
a3ERP version 13 or higher
Dictionary: JNCAPI
Installation files:
A3APIRest.exe → REST API service executable.
CfgAPI.exe → Program for configuration of all REST API service behavior options on the server.
Config.ini → Configuration file
Install.bat → Installation file as Windows service.
Uninstall.bat → Windows service uninstall file.
CfgVistas.exe → Utility for configuration of base and customized views.
CfgProAlm.exe → Utility for custom stored procedure configuration.
CfgFRDesign.exe → FastReport report design utility.
APITesting.exe → Utility for testing API calls.
Before installing the API it is necessary to configure all the necessary parameters of the Config.ini configuration file so that it can connect properly to the database, therefore this section explains in detail how to configure the API Config.ini.
This section explains in detail how to install the API.
To check that everything is working correctly we can make a GET call to /api to know if the service is running:
GET
https://servidor:<puerto>/api
{
Hola, A3ApiRestestátrabajando
}