Skip to main content

Get Tax Rate Count

GET 

/accounting/tax-rates/count

Get the total number of Tax Rates.

Request

Query Parameters

    credentialId stringrequired

    The ID of the credential.

    remoteId string

    Used to filter tax rates with this third-party application ID.

    descriptionContains string

    Used to filter tax rates whose descriptions contain the provided value.

    totalTaxRate float

    Used to filter tax rates with the exact total tax rate.

    totalTaxRateMin float

    Used to filter tax rates with the minimum total tax rate.

    totalTaxRateMax float

    Used to filter tax rates with the maximum total tax rate.

    totalTaxRateNotEquals float

    Used to filter tax rates whose total tax rate to exclude.

    effectiveTaxRate float

    Used to filter tax rates with the exact effective tax rate.

    effectiveTaxRateMin float

    Used to filter tax rates with the minimum effective tax rate.

    effectiveTaxRateMax float

    Used to filter tax rates with the maximum effective tax rate.

    effectiveTaxRateNotEquals float

    Used to filter tax rates whose effective tax rate to exclude.

    companyId string

    Used to filter tax rates with this company ID.

    createdAtMin date

    Filter objects created after a specified date.

    createdAtMax date

    Filter objects created before a specified date.

    updatedAtMin date

    Filter objects last updated after a specified date.

    updatedAtMax date

    Filter objects last updated before a specified date.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    count integer

    Default value: 0

Loading...