---
title: "Create a Tax Rate"
method: POST
path: "/v2/accounting/taxRates"
tags: ["Tax Rates"]
---

# Create a Tax Rate

`POST /v2/accounting/taxRates`

**Supported for:**

`freshbooks` `quickbooks` `xero` `sageBusinessCloud` `dynamicsBusinessCentral` `myob` `zohoBooks`

## Request body

- PushTaxRateDto
  - `connectionUuid` string, required — Unique connection identifier.
  - `data` PushTaxRate, required
    - `name` string, required
    - `code` string
    - `effectiveTaxRate` number, float
    - `totalTaxRate` number, float
    - `bankName` string
    - `components` PushTaxRateComponent[]
      - `id` string
      - `name` string
      - `rate` number, float
      - `isCompound` boolean
      - `isPurchasesTax` boolean
      - `isSalesTax` boolean
    - `taxAuthority` TaxAuthority
      - `id` string, required
    - `taxAccountRef` BaseTaxAccountRef
      - `id` string, required
      - `type` 'paid' | 'collected', required
    - `taxType` 'salesTax' | 'goodsAndServicesTax' | 'importTax' | 'luxuryCarTax' | 'withholdingsTax' | 'other'

## Response `200`

- PushTaxRateResponseDto
  - `connectionUuid` string, required
  - `businessName` string, required
  - `serviceName` 'freshbooks' | 'quickbooks' | 'quickbooksDesktop' | 'xero' | 'oracleNetsuite' | 'sageBusinessCloud' | 'sageIntacct' | 'dynamicsBusinessCentral' | 'dynamics365Finance' | 'wave' | 'myob' | 'zohoBooks' | 'byod', required
  - `pushCommunicationId` string, required
  - `requestedOn` string, date-time, required
  - `status` 'success' | 'failed' | 'pending', required
  - `data` PushTaxRate, required
    - `name` string, required
    - `code` string
    - `effectiveTaxRate` number, float
    - `totalTaxRate` number, float
    - `bankName` string
    - `components` PushTaxRateComponent[]
      - `id` string
      - `name` string
      - `rate` number, float
      - `isCompound` boolean
      - `isPurchasesTax` boolean
      - `isSalesTax` boolean
    - `taxAuthority` TaxAuthority
      - `id` string, required
    - `taxAccountRef` BaseTaxAccountRef
      - `id` string, required
      - `type` 'paid' | 'collected', required
    - `taxType` 'salesTax' | 'goodsAndServicesTax' | 'importTax' | 'luxuryCarTax' | 'withholdingsTax' | 'other'

## Other responses

- `400` — Bad Request Error - Thrown if fields sent via query does not follow specifications
- `401` — Unauthorized - Not logged in or log in expired
- `403` — Forbidden - Not enough permission
- `500` — Server Error

---

[API](https://skmtc.net/railz/apis/fis-accounting-data-as-a-service-api.md) · [All operations](https://skmtc.net/railz/apis/fis-accounting-data-as-a-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/railz/fis-accounting-data-as-a-service-api/revisions/5cdfae3fa1fa/schema)
