curl -X GET \
/tax-groups \
--header "Authorization: Bearer <token>"{
"data": [
{
"internalDescription": "19%",
"reverseChargeType": "REVERSE_CHARGE",
"type": "standard",
"id": "00000000-0000-0000-0000-000000000000",
"taxes": [
{
"code": "19",
"rate": 19,
"countryCode": "DE",
"id": "00000000-0000-0000-0000-000000000000",
"description": "19%",
"validFrom": "2021-01-01"
}
]
}
],
"meta": {
"pagination": {
"totalItems": 123,
"itemsPerPage": 123,
"currentPage": 123,
"lastPage": 123,
"pageTotalItems": 123
}
}
}Get all tax groups
Required permissions:tax-group:readcurl -X GET \
/tax-groups \
--header "Authorization: Bearer <token>"{
"data": [
{
"internalDescription": "19%",
"reverseChargeType": "REVERSE_CHARGE",
"type": "standard",
"id": "00000000-0000-0000-0000-000000000000",
"taxes": [
{
"code": "19",
"rate": 19,
"countryCode": "DE",
"id": "00000000-0000-0000-0000-000000000000",
"description": "19%",
"validFrom": "2021-01-01"
}
]
}
],
"meta": {
"pagination": {
"totalItems": 123,
"itemsPerPage": 123,
"currentPage": 123,
"lastPage": 123,
"pageTotalItems": 123
}
}
}Value for the Authorization header parameter.
The collection page number
The number of items per page
0 <= x <= 100TaxGroup collection
Show child attributes
The name of the tax group which will be displayed only in the UI
255"19%"
Defines if reverse charge will be applicated or not
REVERSE_CHARGE_DEACTIVATED, REVERSE_CHARGE, REVERSE_CHARGE_INTRA_EU_SUPPLY "REVERSE_CHARGE"
standard, reduced "standard"
"00000000-0000-0000-0000-000000000000"
Show child attributes
Some internal code
"19"
Tax rate in percent
0 <= x <= 10019
Country code
*, EU_*, AT, BE, BG, CY, CH, CZ, DE, DK, EE, EL, ES, FI, FR, GB, HR, HU, IE, IT, LT, LU, LV, MT, NL, PL, PT, RO, SE, SI, SK 1 - 4"DE"
"00000000-0000-0000-0000-000000000000"
Some internal description
255"19%"
Date from which the tax is valid.
"2021-01-01"
Was this page helpful?