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

¿Te fue útil?

  1. Documentation
  2. API Reference

Listing

AnteriorViewSiguienteFastReport

Última actualización hace 2 años

¿Te fue útil?

POST calls

Listing Body
{
    "codini": "4",
    "codfin": "11"
}

Document

In this link you will find all the A3ERP API listings that can be called up.

678KB
Listados desde A3erpactivex.docx
  • POST calls
  • POSTListing
  • Document

Listing

post

We pass the format of the list to be printed and the printing parameters are passed in a Json in the Body. The parameters depend on the list format to be called and we can see the documentation in the file "Listados desde A3ERPActivex.docx".

Parámetros de ruta
formatostringRequerido

The format of the list to be printed (File name and extension)

Parámetros de encabezado
AuthorizationstringRequerido

Bearer + JWT_token

Cuerpo
Respuestas
200
Returns the parameters of the call
post
POST /api/listado/{formato} HTTP/1.1
Host: server:<port>
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 42

{
  "json": {
    "CodIni": "text",
    "CodFin": "text"
  }
}
200

Returns the parameters of the call

Sin contenido