Paramètres
Français
cURL
curl --request GET \ --url https://api.hubapi.com/tax-rates/v1/tax-rates/{taxRateGroupId} \ --header 'Authorization: Bearer <token>'
{ "active": true, "createdAt": "2023-11-07T05:31:56Z", "id": "<string>", "label": "<string>", "name": "<string>", "percentageRate": 123, "updatedAt": "2023-11-07T05:31:56Z" }
Récupérer un taux d’imposition spécifique par son taxRateGroupId.
taxRateGroupId
Produits pris en charge
Portées requises
The access token received from the authorization server in the OAuth 2.0 flow.
L'ID du taux d'imposition à récupérer.
successful operation