Methods

  • get - Get Tax Classes

Properties

[
    {
        "description": "string",
        "id": "string",
        "taxRates": [
            {
                "description": "string",
                "id": "string",
                "taxClassId": "string",
                "taxRate": "string",
                "taxZoneId": "string"
            }
        ],
        "title": "string"
    }
]
{
    "description": "",
    "taxRates": [
        {
            "description": "19% MwSt.",
            "id": "1",
            "taxClassId": "1",
            "taxRate": "19.0000",
            "taxZoneId": "5"
        },
        {
            "description": "EU-AUS-UST 0%",
            "id": "3",
            "taxClassId": "1",
            "taxRate": "0.0000",
            "taxZoneId": "6"
        }
    ],
    "title": "Standardsatz"
}
Name Type Description Additional
description string
id string Read only.
taxRates[] array Optional
taxRates[].description string
taxRates[].id string Read only.
taxRates[].taxClassId string
taxRates[].taxRate string
taxRates[].taxZoneId string
title string