factus-js iconfactus-js
Notas débito

Introducción

Emitir, consultar y gestionar notas débito con Factus API v2.

Accede al modulo a traves de factus.debitNotes.

Documentación oficial: Notas débito.

Métodos disponibles

MétodoMétodo HTTP + EndpointDescripción
create(input, options?)POST /v2/debit-notes/validateCrear y validar una nota débito
list(params?, options?)GET /v2/debit-notesListar notas débito con filtros y paginación
listAll(filter?, options?)GET /v2/debit-notesRecorrer todas las páginas automáticamente
get(number, options?)GET /v2/debit-notes/{number}Obtener el detalle de una nota débito
downloadXml(number, options?)GET /v2/debit-notes/{number}/download-xmlDescargar el XML firmado
downloadAttachedDocumentXml(number, options?)GET /v2/debit-notes/{number}/download-attached-document-xmlDescargar el AttachedDocument XML
downloadPdf(number, options?)GET /v2/debit-notes/{number}/download-pdfDescargar la representación PDF
getEmailContent(number, options?)GET /v2/debit-notes/{number}/email-contentObtener asunto y adjunto para envío manual
sendEmail(number, input, options?)POST /v2/debit-notes/{number}/send-emailEnviar la nota débito por correo
delete(referenceCode, options?)DELETE /v2/debit-notes/reference/{reference_code}Eliminar una nota débito no validada

Consulta Paginación automática para el uso de listAll().

En esta página