> ## Documentation Index
> Fetch the complete documentation index at: https://docs.folyo.cl/llms.txt
> Use this file to discover all available pages before exploring further.

# Enviar RCOF

> Envía el Reporte de Consumo de Folios al SII.

**Autenticación:** Bearer JWT o API Key — **Headers:** `X-Empresa-Id` (requerido)

<CodeGroup>
  ```json Request theme={null}
  {
    "fecha": "2026-04-09"
  }
  ```

  ```json Response 200 theme={null}
  {
    "message": "RCOF enviado correctamente",
    "fecha": "2026-04-09",
    "track_id": "987654321",
    "resumen": { "boletas_afectas": 15, "boletas_exentas": 3, "monto_total": 1500000 }
  }
  ```
</CodeGroup>

| Código | Descripción                           |
| ------ | ------------------------------------- |
| `400`  | No hay boletas para la fecha indicada |
| `503`  | SII no disponible                     |
