TaxRate
List the organization's active tax rates
GET /api/v1/tax-rates
Nécessite une authentification (jeton Bearer) et l’en-tête X-Organization-Id.
Picker source for per-line tax on invoice/quote items: pass the returned ids as items[].tax_rate_ids on create/update, or items[].tax_exempt: true to zero a line. Omitting both applies the organization's default rates. Unpaginated. (#841)
Réponses
| Statut | Description |
|---|---|
| 200 | For non-paginated data, return as before |
Exemple de requête
curl -X GET "https://kworia.com/api/v1/tax-rates" \
-H "Authorization: Bearer {{access_token}}" \
-H "X-Organization-Id: {{organization_id}}" \
-H "Accept: application/json"