A3ERP API
English
English
  • Quick Start
    • Initial configuration
    • Installation
  • Versions
  • Documentation
    • API Reference
      • Api
      • Validation
      • Email
      • Master
        • Parameters
      • Document
        • Parameters
      • Various
      • Stock movements
      • Stock Reserves
      • Expeditions
      • Links
      • Stock
      • Portfolio
      • Prices
      • Stored Procedures
      • View
      • Listing
      • FastReport
      • Download Files
      • List Linked Folders
Con tecnología de GitBook
En esta página
  • Initial configuration
  • Installation
  • First steps
  • Functional test

¿Te fue útil?

Quick Start

SiguienteInitial configuration

Última actualización hace 7 meses

¿Te fue útil?

Requirements:

  • 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.

Initial configuration

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.

Installation

This section explains in detail how to install the API.

First steps

To check that everything is working correctly we can make a GET call to /api to know if the service is running:

Functional test

GET https://servidor:<puerto>/api

{
    Hola, A3ApiRestestátrabajando
}
Initial configuration
Installation