POST api/Company/CalculateHeaderTax

Request Information

URI Parameters

None.

Body Parameters

GetTaxRequest
NameDescriptionTypeAdditional information
CountryKey

integer

None.

StateKey

integer

None.

StoreCountryShortCode

string

None.

BuyerStateKey

integer

None.

SellerStateKey

integer

None.

HeaderPromoPercent

decimal number

None.

ProdBasePrice

decimal number

None.

ProductQty

decimal number

None.

TaxCategoryKey

integer

None.

CompKey

integer

None.

Subsordemo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryKey": 1,
  "StateKey": 2,
  "StoreCountryShortCode": "sample string 3",
  "BuyerStateKey": 4,
  "SellerStateKey": 5,
  "HeaderPromoPercent": 6.1,
  "ProdBasePrice": 7.1,
  "ProductQty": 8.1,
  "TaxCategoryKey": 9,
  "CompKey": 10,
  "Subsordemo": "sample string 11"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.