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

CreatePDF (method)

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


Comments

For example: if you want to export an invoice, you must indicate the Id of the print form registered in the «Formularios» table, in this case the register 11, and then you have to indicate the invoice registration, table «Facturas_Clientes», in this case the record 1.


Definition


JSON

/json/CreatePDF/{Token}/{IdForm}/{Id}/{FileName}


Parameters

ParameterDescription
TokenAuthentication code, see more in GetToken (method)
IdFormIdentifier of the print form registered in the «Formularios» table
IdIdentifier of the record to be exported, from the corresponding table.
FileNameName of the file return


Example JSON

http://test.aliquosoftware.net/aliquoserver/api.svc/json/CreatePDF/_PutTokenHere_/11/1/invoice.pdf

Tabla de contenidos