Skip to content

Instantly share code, notes, and snippets.

@jeffweiss
Created August 6, 2014 17:09
Show Gist options
  • Save jeffweiss/b3fad89d2ff038f6211c to your computer and use it in GitHub Desktop.
Save jeffweiss/b3fad89d2ff038f6211c to your computer and use it in GitHub Desktop.
AvaTax Address Validation Documentation Patch
--- 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&amp;City=Bainbridge%20Island&amp;Region=WA&amp;PostalCode=98110</pre>
<p>For development accounts:</p>
-<pre class="qoate-code">https://avatax.avalara.net/1.0/address/validate?Line1=PO+Box+123&amp;City=Bainbridge%20Island&amp;Region=WA&amp;PostalCode=98110</pre>
+<pre class="qoate-code">https://development.avalara.net/1.0/address/validate?Line1=PO+Box+123&amp;City=Bainbridge%20Island&amp;Region=WA&amp;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