GET api/ArgusAPI/GetVertexTax

Request Information

URI Parameters

None.

Body Parameters

GetVertexTaxRequest
NameDescriptionTypeAdditional information
Login

string

None.

Password

string

None.

Region

string

None.

ApplicationName

string

None.

SessionId

string

None.

Zip

string

None.

State

string

None.

GeoCode

string

None.

Amount

string

None.

DeliveryCharge

string

None.

DeliveryType

string

None.

ShipDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Login": "sample string 1",
  "Password": "sample string 2",
  "Region": "sample string 3",
  "ApplicationName": "sample string 4",
  "SessionId": "sample string 5",
  "Zip": "sample string 6",
  "State": "sample string 7",
  "GeoCode": "sample string 8",
  "Amount": "sample string 9",
  "DeliveryCharge": "sample string 10",
  "DeliveryType": "sample string 11",
  "ShipDate": "sample string 12"
}

application/xml, text/xml

Sample:
<GetVertexTaxRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArgusWebApi2">
  <Amount>sample string 9</Amount>
  <ApplicationName>sample string 4</ApplicationName>
  <DeliveryCharge>sample string 10</DeliveryCharge>
  <DeliveryType>sample string 11</DeliveryType>
  <GeoCode>sample string 8</GeoCode>
  <Login>sample string 1</Login>
  <Password>sample string 2</Password>
  <Region>sample string 3</Region>
  <SessionId>sample string 5</SessionId>
  <ShipDate>sample string 12</ShipDate>
  <State>sample string 7</State>
  <Zip>sample string 6</Zip>
</GetVertexTaxRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetVertexTaxResponse
NameDescriptionTypeAdditional information
TaxRate

string

None.

TaxAmount

string

None.

StatusCode

string

None.

StatusDescription

string

None.

Response Formats

application/json, text/json

Sample:
{
  "TaxRate": "sample string 1",
  "TaxAmount": "sample string 2",
  "StatusCode": "sample string 3",
  "StatusDescription": "sample string 4"
}

application/xml, text/xml

Sample:
<GetVertexTaxResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArgusWebApi2">
  <StatusCode>sample string 3</StatusCode>
  <StatusDescription>sample string 4</StatusDescription>
  <TaxAmount>sample string 2</TaxAmount>
  <TaxRate>sample string 1</TaxRate>
</GetVertexTaxResponse>