v1

latestOpenAPI 3.1.02026-07-2496304466.3 KB
Taxes

Create Tax Exemption Order

post/accounts/{account_id}/tax_exemption_orders

Path parameters

account_idstring required

Headers

LMG-Data-Privacy-Access-Principalstring required
LMG-Data-Privacy-Access-Justificationstring required

Request body

amount_totalstring number required

The amount to be exempt from capital gains.

currencystring required

An ISO 4217 three-letter currency code. Its value represents the currency for the amount listed here. The only currently available currency is "EUR".

type'individual' required

A category describing the type of a tax exemption order:

<ul> <li><code>individual</code>: Tax exemption limits for individuals apply to this order. </ul>
valid_fromstring required

A string specifying the first year for this tax exemption order to be effective.

valid_untilstring

A string specifying the last year to consider this tax exemtption. NOTE: Must either be the same value as valid_from (to restrict the tax exemption to one year) or null (valid until the next tax exemption will be submitted).

Response

Successful Response

idstring required

A string representing the unique identifier of this tax exemption order.

amount_totalstring required

The amount to be exempt from taxation using the value from currency.

type'individual' required

A category describing the type of a tax exemption order:

<ul> <li><code>individual</code>: Tax exemption limits for individuals apply to this order. </ul>
currencystring required

An ISO 4217 three-letter currency code. Its value represents the currency for the amount listed here. The only currently available currency is "EUR".

valid_fromstring required

A string specifying the first year for this tax exemption order to be effective.

valid_untilstring

A string specifying the last year to consider this tax exemtption. This is either be the same value as valid_from (to restrict the tax exemption to one year) or null (valid until the next tax exemption will be submitted).

Example response

{
  "valid_from": "2025",
  "history": [
    {
      "timestamp": "2023-06-23T07:29:55.465000+00:00"
    }
  ]
}