Appearance
Send Tax
Endpoints
https://app.passelimerit.fi/api/v2/sendtax
Query Payload
json
{
"Code": "taxcode",
"CodeEN": "taxCodeEN",
"CodeSE": "taxCodeSE",
"CodeRU": "taxCodeRU",
"Name": "taxName",
"NameEN": "taxNameEN",
"NameSE": "taxNameSE",
"NameRU": "taxNameRU",
"TaxPct": 10.00,
"TaxType": 12,
"CountryCode": "FI"
}
Click to see the query parameters
Field | Type | Comment | Required |
---|---|---|---|
Code | Str 16 | ||
CodeEN | Str 16 | ||
CodeSE | Str 16 | ||
CodeRU | Str 16 | ||
Name | Str 40 | ||
NameEN | Str 150 | ||
NameSE | Str 150 | ||
NameRU | Str 150 | ||
TaxPct | Dec 18.2 | ||
TaxType | Int | 1 - VAT from sales and purchases 2 - VAT free transaction 5 - Not taxable 6 - Reversed VAT (AVL 8 c §) 8 - Sales revenue taxation (AVL 79 §) 12 - OSS sales to EU customers not VAT responsible 13 - VAT in EU fixed venue 15 - Proportional VAT | Required |
CountryCode | Str 2 | Required |
Successful Result
json
{
"CreatedTaxId": "0ccadbe0-67a2-40d2-ba78-1cacaa8a2544"
}