POST api/Customer/GetInvoiceTaxList
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. |
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
}
text/xml
Sample:
<GetTaxRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.seld.ng.Domain.Transport"> <CountryCode>sample string 9</CountryCode> <CountryKey>1</CountryKey> <CustomerKey>5</CustomerKey> <DeliveryStateKey>11</DeliveryStateKey> <GrossAmount>7.1</GrossAmount> <InvHeadnum>6</InvHeadnum> <OrderdocRef>sample string 4</OrderdocRef> <PaymHeadnum>3</PaymHeadnum> <PromoPerc>8.1</PromoPerc> <StateKey>2</StateKey> <StoreStateKey>10</StoreStateKey> </GetTaxRequest>
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.