latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB

d08a107895ad

TaxAgency

Retrieves the collection of TaxAgency resources.

Retrieves the collection of TaxAgency resources.

get/tax_agencies

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

TaxAgency collection

idstring
integrationstring

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

namestring
taxOnSalesboolean

Boolean on if tax is applied to each sale

taxOnPurchasesboolean

Boolean on if tax is applied to each purchase

taxRegistrationNumstring nullable

Tax registration number

createdstring date-time nullable

Date entry was created

modifiedstring date-time nullable

Date entry was last modified

Example response

[
  {
    "integration": "quickbooks"
  }
]