---
title: "Updates a tax information record. Note that for now, only the monthly deduction can be updated. The daily and weekly values will be modified accordingly. This method can only be used for tax cards that were created manually with a POST call, not tax cards retrieved from E-Income."
method: PATCH
path: "/api/employments/taxcards"
tags: ["Employments"]
---

# Updates a tax information record. Note that for now, only the monthly deduction can be updated. The daily and weekly values will be modified accordingly. This method can only be used for tax cards that were created manually with a POST call, not tax cards retrieved from E-Income.

`PATCH /api/employments/taxcards`

## Request body

- IntectUserTaxInfo
  - `TaxCardType` IntectTaxCardType
    - `EIncomeReference` integer
    - `AllowTaxRate` boolean
    - `AllowDeduction` boolean
    - `AllowFreeAmount` boolean
    - `RelevantCountries` IntectCountry[]
      - `IsSupported` boolean
      - `DefaultLanguageId` integer
      - `ReleaseNoteLink` string
      - `GetHelpOnlineLink` string
      - `OperatingStatus` string
      - `StaticDataId` integer
      - `Key` string
      - `Id` integer
      - `Name` string
      - `Description` string
      - `SortKey` string
    - `StaticDataId` integer
    - `Key` string
    - `Id` integer
    - `Name` string
    - `Description` string
    - `SortKey` string
  - `IsCurrent` boolean
  - `Id` integer
  - `ValidFrom` string, date-time
  - `ValidUntil` string, date-time, nullable
  - `TaxRate` number, double, nullable
  - `DeductionMonth` number, double, nullable
  - `FreeAmount` number, double, nullable
  - `UserEmploymentId` integer
  - `IsActive` boolean
  - `TaxCardTypeId` integer
  - `IsDummy` boolean
  - `MinimumRate` number, double, nullable
  - `MaximumDeductionMonth` number, double, nullable
  - `MaximumDeductionDay` number, double, nullable
  - `Created` string, date-time
  - `DeductionWeek` number, double, nullable
  - `DeductionDay` number, double, nullable
  - `IsManual` boolean
  - `ParsedFromFileName` string
  - `TaxCardRequestId` integer, nullable
  - `Updated` string, date-time
  - `TaxCardYear` integer, nullable
  - `ExternalTaxCardId` string
  - `TaxTable` string

## Response `200`

OK

- IntectUserTaxInfo
  - `TaxCardType` IntectTaxCardType
    - `EIncomeReference` integer
    - `AllowTaxRate` boolean
    - `AllowDeduction` boolean
    - `AllowFreeAmount` boolean
    - `RelevantCountries` IntectCountry[]
      - `IsSupported` boolean
      - `DefaultLanguageId` integer
      - `ReleaseNoteLink` string
      - `GetHelpOnlineLink` string
      - `OperatingStatus` string
      - `StaticDataId` integer
      - `Key` string
      - `Id` integer
      - `Name` string
      - `Description` string
      - `SortKey` string
    - `StaticDataId` integer
    - `Key` string
    - `Id` integer
    - `Name` string
    - `Description` string
    - `SortKey` string
  - `IsCurrent` boolean
  - `Id` integer
  - `ValidFrom` string, date-time
  - `ValidUntil` string, date-time, nullable
  - `TaxRate` number, double, nullable
  - `DeductionMonth` number, double, nullable
  - `FreeAmount` number, double, nullable
  - `UserEmploymentId` integer
  - `IsActive` boolean
  - `TaxCardTypeId` integer
  - `IsDummy` boolean
  - `MinimumRate` number, double, nullable
  - `MaximumDeductionMonth` number, double, nullable
  - `MaximumDeductionDay` number, double, nullable
  - `Created` string, date-time
  - `DeductionWeek` number, double, nullable
  - `DeductionDay` number, double, nullable
  - `IsManual` boolean
  - `ParsedFromFileName` string
  - `TaxCardRequestId` integer, nullable
  - `Updated` string, date-time
  - `TaxCardYear` integer, nullable
  - `ExternalTaxCardId` string
  - `TaxTable` string

---

[API](https://skmtc.dev/intect/apis/intect-rest-api.md) · [All operations](https://skmtc.dev/intect/apis/intect-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intect/intect-rest-api/revisions/e256dcb495d4/schema)
