v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Tax

๐Ÿ”’ Update tax

This endpoint is currently in Beta and available for testing. It may contain bugs, and breaking changes can occur at any time without prior notice. We do not recommend using Beta endpoints in production environments. Should you choose to use it in production, you assume full responsibility for any resulting issues.

Updates a single tax entry.

patch/api/v1/tax/{id}

Path parameters

idstring required

The ID of the tax entry to update.

Request body

namestring

Tax name

taxTypestring

Tax type

taxRatenumber float

Tax rate

countryCodestring

Country code in ISO 3166-1 alpha-2 format

zipCodestring

ZIP code

isDefaultboolean

Is default tax

isStandardboolean

Is standard tax

defaultRevenueAccountNumberstring

Default revenue account number

defaultDebitTaxAccountNumberstring nullable

Default debit tax account number

defaultCreditTaxAccountNumberstring nullable

Default credit tax account number

defaultCostAccountNumberstring nullable

Default credit tax account number

validFromstring date-time

Valid from date

validUntilstring date-time nullable

Valid until date

Response

Operation completed successfully, no response body