LowCodeAPI
  • Taxes(19)
    • POST
      Create a tax
    • GET
      List taxes
    • PUT
      Update a tax
    • GET
      Get a tax
    • DEL
      Delete a tax
    • PUT
      Update a tax group
    • GET
      Get a tax group
    • DEL
      Delete a tax group
    • POST
      Create a tax group
    • POST
      Create a tax authority [US and CA Edition only]
    • GET
      List tax authorities [US Edition only]
    • PUT
      Update a tax authority [US and CA Edition only]
    • GET
      Get a tax authority [US and CA Edition only]
    • DEL
      Delete a tax authority [US and CA Edition only]
    • POST
      Create a tax exemption [US Edition only]
    • GET
      List tax exemptions [US Edition only]
    • PUT
      Update a tax exemption [US Edition only]
    • GET
      Get a tax exemption [US Edition only]
    • DEL
      Delete a tax exemption [US Edition only]
POST
POST
POST
POST
POST
PUT
POST
DELETE
POST
PUT
DELETE
POST
PUT
DELETE
POST
POST
POST
POST
DELETE
POST
GET
PUT
GET
DELETE
PUT
GET
DELETE
POST
POST
GET
PUT
GET
DELETE
POST
GET
PUT
GET
DELETE
POST
https://api.lowcodeapi.com/zohoinventory/inventory/v1/settings/taxes
Request Payload

The payload will be sent as a application/json as a part of the request body.

Payload
tax_namestring
Name of the tax to be created
tax_percentagenumber
Number of percentage taxable
tax_typestring
Type to determine whether it is a simple or compound tax
tax_factorstring
Tax Factor
tax_specific_typestring
Type of Tax For Indian Edition
tax_authority_namestring
Name of the TAX authority
tax_authority_idstring
Name of the tax to be createdID of the tax authority
country_codestring
Two letter country code for the EU country to which the tax belongs
purchase_tax_expense_account_idnumber
Account ID in which Purchase Tax will be Computed
is_value_addedboolean
Check if Tax is Value Added
update_draft_invoiceboolean
Check if Draft Invoices should be updated
update_draft_soboolean
Check if Draft Sales Orders should be updated
is_editableboolean
To check if tax/tax rate is editable
Response
API response data will be shown here once the request is completed.
Zoho Inventory