Zum Hauptinhalt springen
GET
/
tax-rates
/
v1
/
tax-rates
/
{taxRateGroupId}
Einen spezifischen Steuersatz abrufen
curl --request GET \
  --url https://api.hubapi.com/tax-rates/v1/tax-rates/{taxRateGroupId} \
  --header 'Authorization: Bearer <token>'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "active": true,
  "label": "<string>",
  "id": "<string>",
  "percentageRate": 123,
  "updatedAt": "2023-11-07T05:31:56Z"
}

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Kostenlos
Sales HubSales Hub -Kostenlos
Service HubService Hub -Kostenlos
Content HubContent Hub -Kostenlos
Diese API erfordert einen der folgenden Bereiche:
tax_rates.read

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

taxRateGroupId
string
required

Die ID des Steuersatzes, der abgerufen werden soll.

Response

successful operation

createdAt
string<date-time>
required
name
string
required
active
boolean
required
label
string
required
id
string
required
percentageRate
number
required
updatedAt
string<date-time>
required