GET api/Avalara/AvalaraTaxService?addressLine1={addressLine1}&customerCity={customerCity}&customerZip={customerZip}&customerState={customerState}&totalAmount={totalAmount}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| addressLine1 | string |
Required |
|
| customerCity | string |
Required |
|
| customerZip | string |
Required |
|
| customerState | string |
Required |
|
| totalAmount | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
AvalaraTax| Name | Description | Type | Additional information |
|---|---|---|---|
| Tax | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Tax": "sample string 1"
}
application/xml, text/xml
Sample:
<AvalaraTax xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.DTO.Models.Avalara"> <Tax>sample string 1</Tax> </AvalaraTax>