Skip to main content
GET
/
api
/
v2
/
flex
/
tax-rule-templates
cURL
curl --request GET \
  --url https://api.become1.de/api/v2/flex/tax-rule-templates \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "companyIds": [
      "<string>"
    ],
    "name": "<string>",
    "rules": [
      "<array>"
    ],
    "taxAffiliations": [
      "AT"
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
id
string
required
companyIds
string[]
required
name
string
required
rules
array[]
required
taxAffiliations
enum<string>[]
required
Available options:
AT,
BE,
CH,
DE,
ES,
FR,
GB,
LU,
NL,
RO