---
title: "Export voucher as zip"
method: GET
path: "/Export/voucherListCsv"
tags: ["Export"]
---

# Export voucher as zip

`GET /Export/voucherListCsv`

Export all vouchers as zip

## Query parameters

- `download` boolean
- `sevQuery` object, required
  - `limit` integer — Limit export
  - `modelName` string, required — Model name, which is 'Voucher'
  - `objectName` string, required — Model name, which is 'SevQuery'
  - `filter` object
    - `startDate` string, date-time — Start date of the voucher
    - `endDate` string, date-time — End date of the voucher
    - `startPayDate` string, date-time — Start pay date of the voucher
    - `endPayDate` string, date-time — End pay date of the voucher
    - `contact` object — filters the vouchers by contact
      - `id` integer, required — ID of the contact
      - `objectName` string, required — Model name, which is 'Contact'
    - `startAmount` integer — filters the vouchers by amount
    - `endAmount` integer — filters the vouchers by amount

## Response `200`

Successful operation without download

- object
  - `filename` string
  - `mimetype` string
  - `base64Encoded` boolean
  - `content` string

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `409` — Conflict
- `500` — Server Error

---

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