POST api/Billing/CalculatePaymentTaxTotal
Request Information
URI Parameters
None.
Body Parameters
GetTaxRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryKey | integer |
None. |
|
| StateKey | integer |
None. |
|
| PaymHeadnum | integer |
None. |
|
| OrderdocRef | string |
None. |
|
| CustomerKey | integer |
None. |
|
| InvHeadnum | integer |
None. |
|
| GrossAmount | decimal number |
None. |
|
| PromoPerc | decimal number |
None. |
|
| CountryCode | string |
None. |
|
| StoreStateKey | integer |
None. |
|
| DeliveryStateKey | integer |
None. |
|
| CompKey | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CountryKey": 1,
"StateKey": 2,
"PaymHeadnum": 3,
"OrderdocRef": "sample string 4",
"CustomerKey": 5,
"InvHeadnum": 6,
"GrossAmount": 7.1,
"PromoPerc": 8.1,
"CountryCode": "sample string 9",
"StoreStateKey": 10,
"DeliveryStateKey": 11,
"CompKey": 12
}
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.