GET
/
tax-groups
/
{id}
curl -X GET \
 /tax-groups/{id} \
 --header "Authorization: Bearer <token>"
{
  "id": "00000000-0000-0000-0000-000000000000",
  "internalDescription": "19%",
  "reverseChargeType": "REVERSE_CHARGE",
  "type": "standard",
  "taxes": [
    {
      "id": "00000000-0000-0000-0000-000000000000",
      "description": "19%",
      "code": "19",
      "rate": 19,
      "validFrom": "2021-01-01",
      "countryCode": "DE"
    }
  ]
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

TaxGroup identifier

Response

200
application/json

TaxGroup resource