Welcome to Zuora Product Documentation

Explore our rich library of product information

Tax codes configuration through settings API

This topic lists tax codes configuration through the settings API in addition to the Zuora UI.

Besides configuring tax codes through the Zuora UI as described above, you can also configure tax codes through the settings API.

Setting KeyContextHTTP MethodHTTP URLParameter descriptionSetting description
AllTaxCodeEntityGET/settings/tax-codesRetrieve all tax codes
CreateZuoraTaxCodeEntityPOST/settings/tax-codes/ztaxCreate tax code under Zuora Tax Engine
ZuoraTaxCodeEntityGET/settings/tax-codes/ztax/{id}id = Unique ID of the tax codeRetrieve tax code under Zuora Tax Engine
ZuoraTaxCodeEntityPUT/settings/tax-codes/ztax/{id}id = Unique ID of the tax codeUpdate tax code under Zuora Tax Engine
ZuoraTaxCodeEntityDELETE/settings/tax-codes/ztax/{id}id = Unique ID of the tax codeDelete tax code under Zuora Tax Engine
CreateAvalaraTaxCodeEntityPOST/settings/tax-codes/avalaraCreate tax code under Avalara Tax Engine
AvalaraTaxCodeEntityGET/settings/tax-codes/avalara/{id}id = Unique ID of the tax codeRetrieve tax code under Avalara Tax Engine
AvalaraTaxCodeEntityPUT/settings/tax-codes/avalara/{id}id = Unique ID of the tax codeUpdate tax code under Avalara Tax Engine
AvalaraTaxCodeEntityDELETE/settings/tax-codes/avalara/{id}id = Unique ID of the tax codeDelete tax code under Avalara Tax Engine
CreateConnectorTaxCodeEntityPOST/settings/tax-codes/connectorCreate tax code under Connect Tax Engine
ConnectorTaxCodeEntityGET/settings/tax-codes/connector/{id}id = Unique ID of the tax codeRetrieve tax code under Connect Tax Engine
ConnectorTaxCodeEntityPUT/settings/tax-codes/connector/{id}id = Unique ID of the tax codeUpdate tax code under Connect Tax Engine
ConnectorTaxCodeEntityDELETE/settings/tax-codes/connector/{id}id = Unique ID of the tax codeDelete tax code under Connect Tax Engine