# Local Taxes ## Create LocalTax - [POST /local-taxes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/local-taxes/createlocaltax.md): Creates a new LocalTax ## List LocalTax - [GET /local-taxes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/local-taxes/listlocaltax.md): Lists all LocalTax ## Get LocalTax - [GET /local-taxes/{localTaxCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/local-taxes/getlocaltax.md): Gets LocalTax ## Delete LocalTax - [DELETE /local-taxes/{localTaxCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/local-taxes/deletelocaltax.md): Deletes an LocalTax ## Create Batch LocalTax - [PUT /local-taxes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/local-taxes/createbatchlocaltax.md): Create multiple LocalTax at once. If the entity exists, an error will be returned for that item. If the entity does not exist, it will be created.