| Field | Required | Description |
|---|---|---|
| api-token | Yes | Authentication token provided by VasyERP |
curl --location '/api/v1/master/tax' \
--header 'api-token: {{.in-api-token}}'{
"status": true,
"message": "All Tax List",
"code": "200",
"response": [
{
"taxId": 65606,
"taxName": "GST 28",
"taxRate": 28.0
},
{
"taxId": 65602,
"taxName": "NON GST 0",
"taxRate": 0.0
},
{
"taxId": 65605,
"taxName": "GST 18",
"taxRate": 18.0
},
{
"taxId": 65600,
"taxName": "GST 0",
"taxRate": 0.0
},
{
"taxId": 65601,
"taxName": "EXEMPT 0",
"taxRate": 0.0
},
{
"taxId": 65603,
"taxName": "GST 5",
"taxRate": 5.0
},
{
"taxId": 65604,
"taxName": "GST 12",
"taxRate": 12.0
},
{
"taxId": 72788,
"taxName": "GST 40",
"taxRate": 40.0
}
]
}