Skip to main content
POST
/
api
/
v1
/
facturas
/
{id}
/
revertir-anulacion
curl -X POST "https://www.sharkfac.com/api/v1/facturas/112/revertir-anulacion" \
  -H "x-sharkfac-key: TU_API_KEY_AQUI"

Documentation Index

Fetch the complete documentation index at: https://sharkfac.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Revierte una solicitud de anulación previa, devolviendo la validez legal a la factura. Solo es posible realizar esta operación dentro de los plazos permitidos por el SIAT.

Path Parameters

id
integer
required
ID interno de la factura cuya anulación deseas revertir.

Headers

x-sharkfac-key
string
required
Tu API Key secreta.

Ejemplo de petición

curl -X POST "https://www.sharkfac.com/api/v1/facturas/112/revertir-anulacion" \
  -H "x-sharkfac-key: TU_API_KEY_AQUI"

Respuesta

Anulación revertida exitosamente. La factura vuelve a ser VÁLIDA.