---
title: "Record user consent for fiscalization"
method: POST
path: "/fiscal-document/v1/fiscalization/consent"
tags: ["Fiscalization"]
---

# Record user consent for fiscalization

`POST /fiscal-document/v1/fiscalization/consent`

Records that the user has consented to sharing data with the fiscalization provider

## Headers

- `X-Property-ID` integer, required

## Request body

- FiscalizationConsentRequest
  - `partnerId` integer — Optional scope to a specific partner instance on a multi-partner property. Omit on single-partner properties (legacy behavior).
  - `consentedBy` string, required — Identifier of the user who provided consent (e.g., email or user ID)

## Response `200`

Consent recorded successfully

- FiscalizationConsentResponse
  - `consented` boolean, required — Whether the property has provided consent
  - `consentedAt` string, date-time — When consent was provided
  - `consentedBy` string — Who provided consent

## Other responses

- `400` — Invalid request

---

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