Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EstimateTaxTest Returns Error for SST States #1

Open
johngroves opened this issue Jul 19, 2016 · 0 comments
Open

EstimateTaxTest Returns Error for SST States #1

johngroves opened this issue Jul 19, 2016 · 0 comments

Comments

@johngroves
Copy link

Hi,

It appears that the call to estimate tax via the REST api returns an address error when the lat/long provided are in a state that uses SST.

J0hns-Macbook-Pr0:AvaTax-Calc-REST-Python johngroves$ python EstimateTaxTest.py
HTTP Error code: 500
Message: {
"ResultCode": "Error",
"Messages": [
{
"Summary": "An Address is incomplete or invalid.",
"RefersTo": "Addresses[0]",
"Severity": "Error",
"Source": "Avalara.AvaTax.Services.Tax"}
]
}

Parameters:
latitude = '47.627935'
longitude = '-122.51702'
request = 'saleamount='
saleAmount = '10.00'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant