v1

latestOpenAPI 3.1.12026-07-24260246894.7 KB
Tax Rates

List tax rates

Endpoint for retrieving a list of tax rates.

get/tax-rates/

Query parameters

created_ts_afterstring date-time

The timestamp in UTC when the tax rate was created

created_ts_beforestring date-time

The timestamp in UTC when the tax rate was created

external_idstring

External identifier

modified_ts_afterstring date-time

The timestamp in UTC when the tax rate was last modified

modified_ts_beforestring date-time

The timestamp in UTC when the tax rate was last modified

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

tax_type'OUT_OF_SCOPE' | 'PURCHASES' | 'REVERSE_CHARGE' | 'SALES' | '__null__'

Tax type

  • SALES - Sales
  • PURCHASES - Purchases
  • REVERSE_CHARGE - Reverse Charge
  • OUT_OF_SCOPE - Out of Scope

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}