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 <= 100War diese Seite hilfreich?