Created
August 6, 2014 17:09
-
-
Save jeffweiss/b3fad89d2ff038f6211c to your computer and use it in GitHub Desktop.
AvaTax Address Validation Documentation Patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- address-validation.orig 2014-08-06 10:04:30.000000000 -0700 | |
+++ address-validation 2014-08-06 10:04:46.000000000 -0700 | |
@@ -465,7 +465,7 @@ | |
<p>For production accounts:</p> | |
<pre class="qoate-code">https://avatax.avalara.net/1.0/address/validate?Line1=PO+Box+123&City=Bainbridge%20Island&Region=WA&PostalCode=98110</pre> | |
<p>For development accounts:</p> | |
-<pre class="qoate-code">https://avatax.avalara.net/1.0/address/validate?Line1=PO+Box+123&City=Bainbridge%20Island&Region=WA&PostalCode=98110</pre> | |
+<pre class="qoate-code">https://development.avalara.net/1.0/address/validate?Line1=PO+Box+123&City=Bainbridge%20Island&Region=WA&PostalCode=98110</pre> | |
<p>Sample Response Headers (when an error occurs)</p> | |
<pre class="qoate-code">HTTP/1.1 500 Internal Server Error Date: Thu, 01 Mar 2012 00:24:54 GMT | |
Content-Length: 336 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment