Skip to content

Commit

Permalink
21.3.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
SVC Developer committed Mar 31, 2021
1 parent 5fe4205 commit ae3cdf0
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 ae3cdf0

Please sign in to comment.