---
title: "Send Sunat"
method: POST
path: "/admin/voids/send-sunat"
tags: ["Anulaciones"]
---

# Send Sunat

`POST /admin/voids/send-sunat`

Enviar anulaciones

## Request body

- VoiedSendSupplier
  - `voided_id` integer, required

## Response `200`

Successful Response

- VoidedApiOut
  - `exito` boolean
  - `mensaje` string
  - `ticket` string, required
  - `hash` string, required
  - `fecha_de_emision` string, date, required
  - `estado_documento` string
  - `archivos` VoidedFileOut, required
    - `descargar_pdf` string
    - `descargar_xml` string
    - `descargar_cdr` string
  - `eventos` unknown[]
    - unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/factpro/apis/note-service-api.md) · [All operations](https://skmtc.net/factpro/apis/note-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factpro/note-service-api/revisions/d88e14b2de42/schema)
