Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Fetch a list of tax codes for a given company
Lower bound of the page of data to return (cannot be used together with [after] or [offset])
Upper bound of the page of data to return (cannot be used together with [before] or [offset])
Offset of the page of data to return (cannot be used together with [before] or [after])
The maximum amount of items to return
The keys to sort the results by
The order to sort the results by. Must be the same length as [sortingKeys]; one order per key
ASC, ASC_NULLS_FIRST, ASC_NULLS_LAST, DESC, DESC_NULLS_FIRST, DESC_NULLS_LAST If set to true will only return tax codes that have been archived, if set to false will only return tax codes that have not been archived. By default,both archived and non-archived tax codes will be returned.
Useful for fetching a list of tax codes given a specific list of IDs.
Useful for fetching a list of tax codes given a specific list of IDs.
Classification of the tax codes to fetch
inclusive, exclusive, reverse