---
title: "Get fiscal document preview of the type credit note"
method: POST
path: "/fiscal-document/v1/fiscal-documents/credit-note/preview"
tags: ["Fiscal Documents"]
---

# Get fiscal document preview of the type credit note

`POST /fiscal-document/v1/fiscal-documents/credit-note/preview`

Get fiscal document preview of the type credit note.

## Headers

- `X-Property-ID` integer, required

## Request body

- GetCreditNotePreviewRequest
  - `sequenceId` integer, nullable
  - `invoiceId` integer, required
  - `reason` string, nullable
  - `userId` integer, nullable
  - `method` 'VOID' | 'ADJUSTMENT', required
  - `transactionIds` integer[] — Include transactions with the specified IDs (deprecated, use `includeTransactionIds` instead)
  - `folioIds` integer[] — Include all transactions from the specified folio IDs
  - `excludeTransactionIds` integer[] — Exclude transactions with the specified IDs
  - `includeTransactionIds` integer[] — Include transactions with the specified IDs

## Response `200`

Successful file download

---

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