GET services/api/v1/Get_TaxcodeList_ForTaxVoucher
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Taxcode_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TaxCode | string |
None. |
|
| Description | string |
None. |
|
| TaxRate | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"TaxCode": "sample string 2",
"Description": "sample string 3",
"TaxRate": 4.0
}