You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Retrieve geolocation information for a specified address
7
-
#
1
+
moduleAvaTax
2
+
classClient
3
+
moduleAddresses
4
+
5
+
6
+
# Retrieve geolocation information for a specified address
7
+
#
8
8
# Resolve an address against Avalara's address-validation system. If the address can be resolved, this API
9
9
# provides the latitude and longitude of the resolved location. The value 'resolutionQuality' can be used
10
10
# to identify how closely this address can be located. If the address cannot be clearly located, use the
@@ -20,7 +20,7 @@ module Addresses
20
20
# ### Security Policies
21
21
#
22
22
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, CompanyAdmin, CompanyUser, CSPTester, SSTAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
23
-
# * This API depends on the following active services:*Required* (all): AutoAddress.
23
+
# * This API depends on the following active services:*Required* (all): AutoAddress.
24
24
# @param line1 [String] Line 1
25
25
# @param line2 [String] Line 2
26
26
# @param line3 [String] Line 3
@@ -29,12 +29,12 @@ module Addresses
29
29
# @param postalCode [String] Postal Code / Zip Code
30
30
# @param country [String] Two character ISO 3166 Country Code (see /api/v2/definitions/countries for a full list)
31
31
# @param textCase [String] selectable text case for address validation (See TextCase::* for a list of allowable values)
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, CompanyAdmin, CompanyUser, CSPTester, SSTAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
48
-
# * This API depends on the following active services:*Required* (all): AutoAddress.
48
+
# * This API depends on the following active services:*Required* (all): AutoAddress.
# A 'AvaFileForm' represents a form supported by our returns team
10
10
#
11
11
# ### Security Policies
12
12
#
13
13
# * This API requires the user role Compliance Root User.
14
-
# * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged.
14
+
# * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged.
15
15
# @param model [AvaFileFormModel[]] The AvaFileForm you wish to create.
# Marks the existing AvaFileForm object at this URL as deleted.
23
23
#
24
24
# ### Security Policies
25
25
#
26
26
# * This API requires one of the following user roles: Compliance Root User, ComplianceUser, FirmAdmin.
27
-
# * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged.
27
+
# * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged.
28
28
# @param id [Integer] The ID of the AvaFileForm you wish to delete.
# Get the AvaFileForm object identified by this URL.
36
36
#
37
37
# ### Security Policies
38
38
#
39
39
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, CompanyAdmin, CompanyUser, Compliance Root User, Compliance Temp User, ComplianceAdmin, ComplianceUser, FirmAdmin, FirmUser, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin.
40
-
# * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged.
40
+
# * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged.
41
41
# @param id [Integer] The primary key of this AvaFileForm
# Search for specific objects using the criteria in the `$filter` parameter; full documentation is available on [Filtering in REST](http://developer.avalara.com/avatax/filtering-in-rest/) .
49
49
# Paginate your results using the `$top`, `$skip`, and `$orderby` parameters.
50
50
#
51
51
# ### Security Policies
52
52
#
53
53
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, CompanyAdmin, CompanyUser, Compliance Root User, Compliance Temp User, ComplianceAdmin, ComplianceUser, FirmAdmin, FirmUser, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin.
54
-
# * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged.
54
+
# * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged.
55
55
# @param filter [String] A filter statement to identify specific records to retrieve. For more information on filtering, see [Filtering in REST](http://developer.avalara.com/avatax/filtering-in-rest/).<br />*Not filterable:* outletTypeId
56
56
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
57
57
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
58
58
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# All data from the existing object will be replaced with data in the object you PUT.
66
66
# To set a field's value to null, you may either set its value to null or omit that field from the object you post.
67
67
#
68
68
# ### Security Policies
69
69
#
70
70
# * This API requires the user role Compliance Root User.
71
-
# * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged.
71
+
# * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged.
72
72
# @param id [Integer] The ID of the AvaFileForm you wish to update
73
73
# @param model [Object] The AvaFileForm model you wish to update.
0 commit comments