POST
/
invoice
/
xml
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.
{
    "empresa_Ruc": "20138851410",
    "tipo_Doc": "03",
    "serie": "BV01",
    "correlativo": "1"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Plant to add to the store

The body is of type object.

Response

200
application/pdf
message response

The response is of type file.