v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
TaxRate

Retrieves the collection of TaxRate resources.

Retrieves the collection of TaxRate resources.

get/tax_rates

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

TaxRate collection

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

namestring
taxRatestring nullable
taxTypestring nullable
descriptionstring nullable
activeboolean nullable
createdstring date-time nullable
modifiedstring date-time nullable

Example response

[
  {
    "integration": "quickbooks"
  }
]