¿En qué podemos ayudarte?
< Todos los temas
Imprimir

CreatePDFReport (method)

Generates, at the moment, an export of any print report that is registered in the «CFG_Procesos_Informes» table.


Comments

For example: if you want to export an report, you must indicate the Id of the print report registered in the «CFG_Procesos_Informes» table, in this case the register 1.


Definition


JSON

/json/CreatePdfReport/{Token}/{IdReport}/{FileName}


Using POST to send list of data in DataField format


Parameters

ParameterDescription
TokenAuthentication code, see more in GetToken (method)
IdReportIdentifier of the print report registered in the «CFG_Procesos_Informes» table
FileNameName of the file return
ParametersParameters of the report


Example JSON

http://test.aliquosoftware.net/aliquoserver/api.svc/json/CreatePdfReport/_PutTokenHere_/1/report.pdf

[
    {
       "Field": "AlmacenD",
       "Value": "002"
    },
    {
       "Field": "AlmacenH",
       "Value": "002"
    }
 ]
Tabla de contenidos