Skip to main content

Retrieve Tax Rate

GET 

/accounting/tax-rates/:id

Retrieve a Tax Rate with the given id.

Request​

Path Parameters

    id stringrequired

    The ID of the tax rate.

Query Parameters

    credentialId stringrequired

    The ID of the credential.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses​

200

Schema

    taxRate

    object

    id string
    remoteId string
    description string
    totalTaxRate integer

    Default value: 0

    effectiveTaxRate
    companyId
    remoteDeleted boolean

    Default value: true

    createdAt string
    updatedAt string
Loading...