POST
/
note
/
cdr
curl --request POST \
  --url https://apife-qa.factiliza.com/api/v1/note/cdr \
  --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
empresa_Ruc
string
required

RUC de la empresa

tipo_Doc
string
required

Tipo de documento ("01" es factura y "03" es boleta)

serie
string
required

Serie del documento

correlativo
string
required

Correlativo del documento

Response

200
application/pdf
message response

The response is of type file.