cURL
curl --request POST \ --url https://apife-qa.factiliza.com/api/v1/invoice/xml \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "empresa_Ruc": "<string>", "tipo_Doc": "<string>", "serie": "<string>", "correlativo": "<string>" }'
This response does not have an example.
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
The body is of type object.
object
message response
The response is of type file.
file