Tax Code Service

Back

Overview

Tax Codes represent tax classifications applied to products and transactions.

They provide a consistent reference for:

Tax codes are tenant-scoped and used across sales, inventory, and accounting modules.

All operations are tenant-aware and scoped to the current tenant.


Endpoints

Back to Reference

GET

/api/v1/TaxCode/GetAllTaxCodes

Returns all tax codes for the current tenant.

Behavior:

Authorization:


GET

/api/v1/TaxCode/GetTaxCodeById/{id}

Returns a single tax code by its numeric identifier.

Behavior:

Authorization:


GET

/api/v1/TaxCode/GetTaxCodeByCode/{code}

Returns a single tax code by its unique code.

Behavior:

Authorization:


POST

/api/v1/TaxCode/AddNewTaxCode

Creates a new tax code.

Request body:

Behavior:

Errors:

Authorization:


PUT

/api/v1/TaxCode/UpdateTaxCodeById/{id}

Updates an existing tax code.

Request body:

Behavior:

Errors:

Authorization:


DELETE

/api/v1/TaxCode/DeleteTaxCodeById/{id}

Deletes a tax code by its ID.

Behavior:

Errors:

Authorization:


Notes