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]
471
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]
472
-
create_company_request (CreateCompanyRequest): The company to create. [optional]
472
+
company_request (CompanyRequest): The company to create. [optional]
473
473
_return_http_data_only (bool): response data without head status
474
474
code and headers. Default is True.
475
475
_preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -760,7 +760,7 @@ def update_company(
760
760
Keyword Args:
761
761
x_correlation_id (str): Unique correlation Id in a GUID format. [optional]
762
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]
763
-
create_company_request (CreateCompanyRequest): The updated company data. [optional]
763
+
company_request (CompanyRequest): The updated company data. [optional]
764
764
_return_http_data_only (bool): response data without head status
765
765
code and headers. Default is True.
766
766
_preload_content (bool): if False, the urllib3.HTTPResponse object
"""Create or update multiple 1099/1095/W2/1042S forms # noqa: E501
612
612
613
-
This endpoint allows you to create or update multiple 1099/1095/W2/1042S forms. Maximum of 5000 forms can be processed in a single bulk request. # noqa: E501
613
+
This endpoint allows you to create or update multiple 1099/1095/W2/1042S forms. Maximum of 5000 forms can be processed in a single bulk request. **Date Scheduling Rules:** If federalEfileDate, stateEfileDate, or recipientEdeliveryDate are between current date and beginning of blackout period, scheduled to that date. If dates are in the past or blackout period, scheduled to next available date. For blackout period information, see https://www.track1099.com/info/IRS_info. StateEfileDate must be on or after federalEfileDate. Set dates to null to leave unscheduled. # noqa: E501
614
614
This method makes a synchronous HTTP request by default. To make an
Create a 1099/1095/W2/1042S form. **Date Scheduling Rules:** If federalEfileDate, stateEfileDate, or recipientEdeliveryDate are between current date and beginning of blackout period, scheduled to that date. If dates are in the past or blackout period, scheduled to next available date. For blackout period information, see https://www.track1099.com/info/IRS_info. StateEfileDate must be on or after federalEfileDate. Set dates to null to leave unscheduled. # noqa: E501
685
685
This method makes a synchronous HTTP request by default. To make an
Update a 1099/1095/W2/1042S form. **Date Update Rules:** Possible to update scheduled dates (same validation rules apply). Cannot change from scheduled to unscheduled status - must delete form and create new one. If dates are between current date and blackout period, scheduled to that date. If dates are in past or blackout period, scheduled to next available date. For blackout period information, see https://www.track1099.com/info/IRS_info. StateEfileDate must be on or after federalEfileDate. # noqa: E501
1048
1048
This method makes a synchronous HTTP request by default. To make an
"""Send an email to the vendor/payee requesting they fill out a W9/W4/W8 form # noqa: E501
1039
1038
1040
-
Send an email to the vendor/payee requesting they fill out a W9/W4/W8 form. If the form is not in 'Requested' status, it will either use an existing descendant form in 'Requested' status or create a new minimal form and send the email request. # noqa: E501
1039
+
Send an email to the vendor/payee requesting they fill out a W9/W4/W8 form. If the form is not in 'Requested' status, it will either use an existing descendant form in 'Requested' status or create a new minimal form and send the email request. # noqa: E501
1041
1040
This method makes a synchronous HTTP request by default. To make an
x_correlation_id (str): Unique correlation Id in a GUID format. [optional]
1125
1124
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]
1126
-
iw9_form_data_models_one_of (IW9FormDataModelsOneOf): Form to be updated. [optional]
1125
+
create_w9_form_request (CreateW9FormRequest): Form to be updated. [optional]
1127
1126
_return_http_data_only (bool): response data without head status
1128
1127
code and headers. Default is True.
1129
1128
_preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -1145,7 +1144,7 @@ def update_w9_form(
1145
1144
async_req (bool): execute request asynchronously
1146
1145
1147
1146
Returns:
1148
-
IW9FormDataModelsOneOf
1147
+
CreateW9Form201Response
1149
1148
If the method is called asynchronously, returns the request
x_correlation_id (str): Unique correlation Id in a GUID format. [optional]
471
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]
472
-
create_issuer_request (CreateIssuerRequest): The issuer to create. [optional]
472
+
issuer_request (IssuerRequest): The issuer to create. [optional]
473
473
_return_http_data_only (bool): response data without head status
474
474
code and headers. Default is True.
475
475
_preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -760,7 +760,7 @@ def update_issuer(
760
760
Keyword Args:
761
761
x_correlation_id (str): Unique correlation Id in a GUID format. [optional]
762
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]
763
-
create_issuer_request (CreateIssuerRequest): The issuer to update. [optional]
763
+
issuer_request (IssuerRequest): The issuer to update. [optional]
764
764
_return_http_data_only (bool): response data without head status
765
765
code and headers. Default is True.
766
766
_preload_content (bool): if False, the urllib3.HTTPResponse object
0 commit comments