POST api/Master/GetActiveTaxList
Request Information
URI Parameters
None.
Body Parameters
GetTaxCodeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TaxKey1 | integer |
None. |
|
| TaxKey2 | integer |
None. |
|
| TaxKey3 | integer |
None. |
|
| CountryKey | integer |
None. |
|
| CompKey | integer |
None. |
|
| Subsordemo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaxKey1": 1,
"TaxKey2": 2,
"TaxKey3": 3,
"CountryKey": 4,
"CompKey": 5,
"Subsordemo": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.