Listing

POST calls

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

Sin contenido

post
/listado/{formato}
200

Returns the parameters of the call

Sin contenido

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

Document

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

Última actualización

¿Te fue útil?