Tax Rates

Get Tax Rates

GET http://domainname.so/api/v1/sales/get_tax_rates

Query Parameters

Name
Type
Description

et_auth_token

boolean

 {
  "status": true,
  "default_tax_rate": "1",
  "rows": [
    {
      "id": "1",
      "name": "Dowlada Canshuurta",
      "code": "Dowalada",
      "rate": "0.0500",
      "type": "1"
    }
  ]
}



// 

{
  "status": true,
  "default_tax_rate": "0",
  "rows": [
    
  ]
}

Last updated

Was this helpful?