Zum Hauptinhalt springen
GET
/
tax-groups
cURL
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
    }
  }
}

Autorisierungen

Authorization
string
header
erforderlich

Value for the Authorization header parameter.

Abfrageparameter

page
integer
Standard:1

The collection page number

limit
integer
Standard:30

The number of items per page

Erforderlicher Bereich: 0 <= x <= 100
type
string
type[]
string[]

Antwort

TaxGroup collection

data
object[]
meta
object