Skip to content

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
FieldTypeCommentRequired
CodeStr 16
CodeENStr 16
CodeSEStr 16
CodeRUStr 16
NameStr 40
NameENStr 150
NameSEStr 150
NameRUStr 150
TaxPctDec 18.2
TaxTypeInt1 - 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
CountryCodeStr 2Required

Successful Result

json
{
  "CreatedTaxId": "0ccadbe0-67a2-40d2-ba78-1cacaa8a2544"
}