From a62eb0f32d148c614b78e29335e8c49f423b9b68 Mon Sep 17 00:00:00 2001 From: svc-developer Date: Tue, 26 Oct 2021 21:00:12 +0000 Subject: [PATCH] 21.10.0 --- setup.py | 2 +- src/client_methods.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26ad4c1..887af0b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='Avalara', - version='21.9.0', + version='21.10.0', url='https://github.com/avadev/AvaTax-REST-V2-Python-SDK', package_dir={'': 'src'}, packages=['avalara'], diff --git a/src/client_methods.py b/src/client_methods.py index 4be245d..66a2601 100644 --- a/src/client_methods.py +++ b/src/client_methods.py @@ -3397,6 +3397,7 @@ def refresh_e_commerce_token(self, companyId, model): return requests.put Returns edit options when modifying a filing calendar. This API is available by invitation only. ### Security Policies + * This API requires openId bearer token for authentication * 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. :param companyId [int] The unique ID of the company that owns the filing calendar object @@ -3411,6 +3412,7 @@ def cycle_safe_options(self, companyId, model): return requests.post('{}/ This API is available by invitation only and only available for users with Compliance access ### Security Policies + * This API requires openId bearer token for authentication * This API requires one of the following user roles: AccountAdmin, CompanyAdmin, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPTester, FirmAdmin, FirmUser, SSTAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. :param companyId [int] The unique ID of the company @@ -3445,6 +3447,7 @@ def legacy_filing_calendars(self, companyId, include=None): return reques Retrieve a filing containing the return and all its accrual returns. ### Security Policies + * This API requires openId bearer token for authentication * This API requires one of the following user roles: AccountAdmin, CompanyAdmin, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPTester, FirmAdmin, FirmUser, SSTAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser. :param companyId [int] The ID of the company that owns these returns @@ -3458,6 +3461,7 @@ def get_accrual_filings(self, companyId, filingReturnId): return requests Retrieve a list of filed returns for the specified company in the year and month of a given filing period. ### Security Policies + * This API requires openId bearer token for authentication * 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. * This API is available by invitation only.*Exempt security roles*: ComplianceRootUser, ComplianceAdmin, ComplianceUser, TechnicalSupportAdmin, TechnicalSupportUser, CompanyUser, AccountUser, CompanyAdmin, AccountAdmin. * 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.