Avatax REST API - Locations
Method | Purpose | Summary |
---|---|---|
CreateLocations | Create a new location | Create one or more new location objects attached to this company. |
DeleteLocation | Delete a single location | Mark the location object at this URL as deleted. |
GetLocation | Retrieve a single location | Get the location object identified by this URL. |
ListLocationsByCompany | Retrieve locations for this company | List all location objects defined for this company. |
QueryLocations | Retrieve all locations | Get multiple location objects across all companies. |
UpdateLocation | Update a single location | Replace the existing location object at this URL with an updated object. |
ValidateLocation | Validate the location against local requirements | Returns validation information for this location. |