Skip to content

Commit

Permalink
Merge pull request #112 from avadev/21.3.1
Browse files Browse the repository at this point in the history
Update for 21.3.1
  • Loading branch information
svc-developer authored Apr 2, 2021
2 parents 5fe4205 + ae3cdf0 commit 33d3c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='Avalara',
version='21.3.0',
version='21.3.1',
url='https://github.com/avadev/AvaTax-REST-V2-Python-SDK',
package_dir={'': 'src'},
packages=['avalara'],
Expand Down
1 change: 1 addition & 0 deletions src/client_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -1360,6 +1360,7 @@ def get_company_parameter_detail(self, companyId, id_): return requests.g
* `FilingRequested` - The company has requested to begin filing tax returns, but Avalara's compliance team has not yet begun filing.
* `FirstFiling` - The company has recently filing tax returns and is in a new status.
* `Active` - The company is currently active and is filing tax returns via Avalara Managed Returns.
* `Inactive` - The company is currently inactive.
### Security Policies
* This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.

Expand Down

0 comments on commit 33d3c69

Please sign in to comment.