All tax exemptions related paths
/tax_exemptions
Creates a tax exemption.
user_ids
array
required
Ids of the users for whom the tax exemption is to be created.
User unique identifier.
tax_exemption_details
One Of
required
Must match one of
tax_exemption_type
string
Tax exemption type
tax_exemption_amount
object (Tax Exemption - Create - Request - Tax Exemption Details - Amount)
required
country
string
required
Country code. ISO 3166 alpha-2 Codes.
valid_to_date
string
Date until which the tax exemption is valid. If it is unlimited, it is omitted. For Germany it is always the last day of the year (YYYY-12-31). RFC 3339, section 5.6
{
"user_ids": [
"70fd317b-81e1-4f21-9f7e-3b5cb4dfe686"
],
"tax_exemption_details": {
"tax_exemption_type": "SINGLE",
"tax_exemption_amount": {
"currency": "EUR",
"amount": "1000"
}
},
"country": "DE",
"valid_to_date": "2024-12-31"
}
Creation request accepted.
{
"id": "f1a57a04-1a89-4dab-ae3a-ff9b2a9377c1"
}
/tax_exemptions/{tax_exemption_id}
Returns the tax exemption specified by its ID
tax_exemption_id
string
required