cURL
curl --request POST \ --url https://apife-qa.factiliza.com/api/v1/invoice/pdf \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "empresa_Ruc": "<string>", "tipo_Doc": "<string>", "serie": "<string>", "correlativo": "<string>" } '
"<string>"
Generar PDF de Boleta y Factura
{ "empresa_Ruc": "20138851410", "tipo_Doc": "03", "serie": "BV01", "correlativo": "1" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Plant to add to the store
RUC de la empresa
Tipo de documento ("01" es factura y "03" es boleta)
Serie del documento
Correlativo del documento
message response
The response is of type file.
file