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
x_correlation_id (str): Unique correlation Id in a GUID format. [optional]
472
471
x_avalara_client (str): Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .. [optional]
473
-
company_create_update_request_model (CompanyCreateUpdateRequestModel): The company to create. [optional]
472
+
create_company_request (CreateCompanyRequest): The company to create. [optional]
474
473
_return_http_data_only (bool): response data without head status
475
474
code and headers. Default is True.
476
475
_preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -492,7 +491,7 @@ def create_company(
492
491
async_req (bool): execute request asynchronously
493
492
494
493
Returns:
495
-
CompanyResponseModel
494
+
CompanyResponse
496
495
If the method is called asynchronously, returns the request
497
496
thread.
498
497
"""
@@ -761,7 +760,7 @@ def update_company(
761
760
Keyword Args:
762
761
x_correlation_id (str): Unique correlation Id in a GUID format. [optional]
763
762
x_avalara_client (str): Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .. [optional]
764
-
company_create_update_request_model (CompanyCreateUpdateRequestModel): The updated company data. [optional]
763
+
create_company_request (CreateCompanyRequest): The updated company data. [optional]
765
764
_return_http_data_only (bool): response data without head status
766
765
code and headers. Default is True.
767
766
_preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -783,7 +782,7 @@ def update_company(
783
782
async_req (bool): execute request asynchronously
784
783
785
784
Returns:
786
-
CompanyResponseModel
785
+
CompanyResponse
787
786
If the method is called asynchronously, returns the request
0 commit comments