Zum Hauptinhalt springen
GET
/
tax-groups
/
{id}
cURL
curl -X GET \
 /tax-groups/{id} \
 --header "Authorization: Bearer <token>"
{
  "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"
    }
  ]
}

Autorisierungen

Authorization
string
header
erforderlich

Value for the Authorization header parameter.

Pfadparameter

id
string
erforderlich

TaxGroup identifier

Antwort

TaxGroup resource

internalDescription
string
erforderlich

The name of the tax group which will be displayed only in the UI

Maximum string length: 255
Beispiel:

"19%"

reverseChargeType
enum<string>
Standard:REVERSE_CHARGE
erforderlich

Defines if reverse charge will be applicated or not

Verfügbare Optionen:
REVERSE_CHARGE_DEACTIVATED,
REVERSE_CHARGE,
REVERSE_CHARGE_INTRA_EU_SUPPLY
Beispiel:

"REVERSE_CHARGE"

type
enum<string>
Standard:standard
erforderlich
Verfügbare Optionen:
standard,
reduced
Beispiel:

"standard"

id
string
Beispiel:

"00000000-0000-0000-0000-000000000000"

taxes
object[]