---
title: "Download Monthly Pdf Zip Report"
method: POST
path: "/api/invoices/report/pdf-zip"
tags: ["invoices"]
---

# Download Monthly Pdf Zip Report

`POST /api/invoices/report/pdf-zip`

Return pre-generated monthly PDF ZIP from storage for selected kind.

## Request body

- DownloadMonthlyPdfZipReportRequest — Request to download pre-generated monthly PDF ZIP report from storage.
  - `startDate` string, required — Start date (YYYY-MM-DD)
  - `endDate` string, required — End date (YYYY-MM-DD)
  - `zipKind` 'invoices_appointments' | 'invoices_packages' | 'credit_notes', required — Monthly invoice PDF ZIP report kind.

## Response `200`

Monthly PDF ZIP archive from storage

- 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)
