POST api/Billing/CalculatePaymentTaxTotal
Request Information
URI Parameters
None.
Body Parameters
GetTaxRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryKey | integer |
None. |
|
| StateKey | integer |
None. |
|
| GrossAmount | decimal number |
None. |
|
| PromoPerc | decimal number |
None. |
|
| CountryCode | string |
None. |
|
| StoreStateKey | integer |
None. |
|
| DeliveryStateKey | integer |
None. |
|
| CompKey | integer |
None. |
|
| IsDemoCustomer | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CountryKey": 1,
"StateKey": 2,
"GrossAmount": 3.1,
"PromoPerc": 4.1,
"CountryCode": "sample string 5",
"StoreStateKey": 6,
"DeliveryStateKey": 7,
"CompKey": 8
}
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.