---
title: "Accept or refuse own tax deduction consent"
method: PUT
path: "/api/patients/tax-deduction-consent"
tags: ["patients"]
---

# Accept or refuse own tax deduction consent

`PUT /api/patients/tax-deduction-consent`

Patient self-service: accept or refuse the transmission of tax data needed for the deduction.

## Request body

- TaxDeductionConsentRequest — Accept or refuse the transmission of tax data required for the deduction.
  - `accepted` boolean, required — True to accept the tax data transmission, False to refuse it

## Response `200`

Successful Response

- TaxDeductionConsentResponse — Current state of the patient's tax deduction consent.
  - `tax_deduction_consent` boolean, required — Whether the patient accepted the tax data transmission

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