Listing
Última actualización
¿Te fue útil?
Última actualización
¿Te fue útil?
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".
The format of the list to be printed (File name and extension)
Bearer + JWT_token
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"
}
}
Returns the parameters of the call
Sin contenido