---
title: "Generate Invoice Report Excel"
method: POST
path: "/api/invoices/report/excel"
tags: ["invoices"]
---

# Generate Invoice Report Excel

`POST /api/invoices/report/excel`

Return pre-generated monthly Excel report from storage.

## Request body

- GenerateInvoiceReportRequest — Request to generate invoice report Excel.
  - `startDate` string, required — Start date (YYYY-MM-DD)
  - `endDate` string, required — End date (YYYY-MM-DD)
  - `amountBucket` 'under_300' | 'over_or_equal_300' | 'both' — Amount bucket for Excel export: under_300, over_or_equal_300, both

## Response `200`

Excel report file or ZIP archive

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
