GET api/Item/GetItemTaxTypes?itemID={itemID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| itemID | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ItemsTaxTypeId": 1,
"ItemID": 2,
"TaxTypeID": 3,
"TaxTypeRate": 1.1,
"TaxTypeAmount": 1.1,
"TaxTypeName": "sample string 4",
"TaxTypeCalcWayId": 1
}