latestOpenAPI 3.0.02026-08-10233809957.8 KB
5cdfae3fa1fa
Tax Rates
Create a Tax Rate
Supported for:
freshbooks quickbooks xero sageBusinessCloud dynamicsBusinessCentral myob zohoBooks
post/v2/accounting/taxRates
Request body
Example request
{
"connectionUuid": "CON-396d5daa-26b2-4979-89b6-cafb2c298155",
"data": {
"name": "Name of the tax rate",
"code": "11200",
"bankName": "TD Bank",
"components": [
{
"id": "1",
"name": "HST",
"rate": 13
}
],
"taxType": "salesTax"
}
}Response
Example response
{
"connectionUuid": "CON-396d5daa-26b2-4979-89b6-cafb2c298155",
"businessName": "Railz",
"serviceName": "xero",
"pushCommunicationId": "60473b57f0cdd1683ca71f60",
"requestedOn": "2021-03-09T08:15:22.035Z",
"status": "pending",
"data": {
"name": "Name of the tax rate",
"code": "11200",
"bankName": "TD Bank",
"components": [
{
"id": "1",
"name": "HST",
"rate": 13
}
],
"taxType": "salesTax"
}
}