---
title: "Apply receipt to invoice"
method: POST
path: "/fiscal-document/v1/fiscal-documents/receipts/{receiptId}/apply"
tags: ["Fiscal Documents"]
---

# Apply receipt to invoice

`POST /fiscal-document/v1/fiscal-documents/receipts/{receiptId}/apply`

Apply receipt to invoice. Receipt should not have allocations

## Path parameters

- `receiptId` integer, required

## Headers

- `X-Property-ID` integer, required

## Request body

- ApplyReceiptRequest
  - `invoiceId` integer, required — The ID of the invoice to apply the receipt to.

## Response `204`

Receipt successfully voided

## Other responses

- `400` — Bad Request - Invalid status or document type
- `404` — Receipt not found

---

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