POST api/Customer/GetInvoiceTaxList

Request Information

URI Parameters

None.

Body Parameters

GetTaxRequest
NameDescriptionTypeAdditional information
StoreKey

integer

None.

StateKey

integer

None.

PaymHeadnum

integer

None.

OrderdocRef

string

None.

CartDelvDoc

string

None.

CustomerKey

integer

None.

InvDocNumb

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StoreKey": 1,
  "StateKey": 2,
  "PaymHeadnum": 3,
  "OrderdocRef": "sample string 4",
  "CartDelvDoc": "sample string 5",
  "CustomerKey": 6,
  "InvDocNumb": "sample string 7"
}

text/xml

Sample:
<GetTaxRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ecom.seportal.ng.Domain.Transport">
  <CartDelvDoc>sample string 5</CartDelvDoc>
  <CustomerKey>6</CustomerKey>
  <InvDocNumb>sample string 7</InvDocNumb>
  <OrderdocRef>sample string 4</OrderdocRef>
  <PaymHeadnum>3</PaymHeadnum>
  <StateKey>2</StateKey>
  <StoreKey>1</StoreKey>
</GetTaxRequest>

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.