TaxDatabases
| API | Description |
|---|---|
| GET api/TaxDatabases/DefaultAction?apiKey={apiKey} |
Returns all valid delta database versions |
| GET api/TaxDatabases/DefaultAction?apiKey={apiKey}&version={version} |
Returns the lastest version available based on the provided version |
| GET api/TaxDatabases/Download?version={version}&type={type} |
Returns a zip file of the database version specified. |
| POST api/TaxDatabases/Upload?version={version}&type={type}&overwrite={overwrite} | |
| DELETE api/TaxDatabases/Delete?version={version}&type={type} | |
| GET api/TaxDatabases/ReleaseNotes?version={version}&type={type} |
Returns a zip file of the database version specified. |
Addresses
| API | Description |
|---|---|
| GET api/Addresses/{id}?address1={address1}&address2={address2}&city={city}&stateOrProvince={stateOrProvince}&postalCode={postalCode} |
Returns a single validated address based on the address input. All parameters |
| PUT api/Addresses |
Returns an array of validated addresses from the input. The Id property of the address is required and will be returned with the corresponding validated address. |
Customers
| API | Description |
|---|---|
| GET api/Customers |
Returns all the customers. |
| GET api/Customers/{id} |
Returns a single customer. If the customer is not found, an empty customer record will be returned. |
| POST api/Customers?name={name} |
No documentation available. |
| PUT api/Customers/{id} |
Updates the values for the given customer. |
| DELETE api/Customers/{id} |
Deletes the customer for the given id. |