Skip to content

Generate py #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/A1099/V2/CompaniesW9Api.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = companies_w9_api.CompaniesW9Api(api_client)
avalara_version = '2.0' # str | API version
x_correlation_id = '3e296ae7-9025-41f6-8c3a-f9db99345d3a' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = '25acab19-7c21-4b00-84c0-376ded0f3e95' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
company_create_update_request_model = Avalara.SDK.CompanyCreateUpdateRequestModel() # CompanyCreateUpdateRequestModel | The company to create (optional)
# example passing only required values which don't have defaults set
Expand Down Expand Up @@ -132,7 +132,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
api_instance = companies_w9_api.CompaniesW9Api(api_client)
id = 'id_example' # str | The company to delete
avalara_version = '2.0' # str | API version
x_correlation_id = '6f8fb6bb-e748-4e53-9ff4-30d8d5fd655f' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = '55124ac1-2398-4a89-a8c3-80318b0598b0' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
# example passing only required values which don't have defaults set
try:
Expand Down Expand Up @@ -224,7 +224,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
order_by = 'order_by_example' # str | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC. (optional)
count = True # bool | If true, return the global count of elements in the collection. (optional)
count_only = True # bool | If true, return ONLY the global count of elements in the collection. It only applies when count=true. (optional)
x_correlation_id = 'd8dfd373-5f70-48e3-9047-27f5435c52af' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = 'bd6be5ac-f793-4dd7-9aae-b8d2482663f9' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
# example passing only required values which don't have defaults set
try:
Expand Down Expand Up @@ -318,7 +318,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
api_instance = companies_w9_api.CompaniesW9Api(api_client)
id = 'id_example' # str | Id of the company
avalara_version = '2.0' # str | API version
x_correlation_id = '5cfdcf59-38d2-491a-b32a-7f50fa53572f' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = '64e6674f-d459-4bc1-b82a-f7baecd188a5' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
# example passing only required values which don't have defaults set
try:
Expand Down Expand Up @@ -408,7 +408,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
api_instance = companies_w9_api.CompaniesW9Api(api_client)
id = 'id_example' # str | The ID of the company to update
avalara_version = '2.0' # str | API version
x_correlation_id = 'c8237e6a-4f86-4bc1-bc4a-5dbccbc6bc7b' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = 'd81f2a70-6221-4b5d-88d2-d11388dd1568' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
company_create_update_request_model = Avalara.SDK.CompanyCreateUpdateRequestModel() # CompanyCreateUpdateRequestModel | The updated company data (optional)
# example passing only required values which don't have defaults set
Expand Down
14 changes: 7 additions & 7 deletions docs/A1099/V2/Forms1099Api.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
api_instance = forms1099_api.Forms1099Api(api_client)
avalara_version = '2.0' # str | API version
dry_run = False # bool | (optional) if omitted the server will use the default value of False
x_correlation_id = '3bd66442-d125-4a5a-98a1-8ab6bb6c68bb' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = 'bd23a732-e5ed-4a79-85af-c6dc4a647ce3' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
bulk_upsert1099_forms_request = Avalara.SDK.BulkUpsert1099FormsRequest() # BulkUpsert1099FormsRequest | (optional)
# example passing only required values which don't have defaults set
Expand Down Expand Up @@ -137,7 +137,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = forms1099_api.Forms1099Api(api_client)
avalara_version = '2.0' # str | API version
x_correlation_id = '64087b77-e599-4a17-8488-506b034399e8' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = '9595bd69-7fd1-4814-aa15-aab23bf89d3f' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
i_create_form1099_request = Avalara.SDK.ICreateForm1099Request() # ICreateForm1099Request | (optional)
# example passing only required values which don't have defaults set
Expand Down Expand Up @@ -223,7 +223,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
api_instance = forms1099_api.Forms1099Api(api_client)
id = 'id_example' # str | The unique identifier of the desired form to delete.
avalara_version = '2.0' # str | API version
x_correlation_id = 'e363ed26-bc02-4610-9189-f7705f742418' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = '3f9f852a-7a6f-4436-a724-19b1e172a9f2' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
# example passing only required values which don't have defaults set
try:
Expand Down Expand Up @@ -309,7 +309,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
api_instance = forms1099_api.Forms1099Api(api_client)
id = 'id_example' # str |
avalara_version = '2.0' # str | API version
x_correlation_id = '05c9817e-44da-41ca-90d5-69585f139d80' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = 'dcb7d637-e6fc-4c90-9908-8b9c52fc45f4' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
# example passing only required values which don't have defaults set
try:
Expand Down Expand Up @@ -397,7 +397,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
id = 'id_example' # str |
avalara_version = '2.0' # str | API version
mark_edelivered = True # bool | The parameter for marked e-delivered (optional)
x_correlation_id = 'e5cec325-1aa6-4a43-8eda-29a4a2ef5ed8' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = 'd8a0e05a-ec1b-476c-8120-26b91b782cee' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
# example passing only required values which don't have defaults set
try:
Expand Down Expand Up @@ -488,7 +488,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
top = 10 # int | If nonzero, return no more than this number of results. Used with skip to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records. (optional) if omitted the server will use the default value of 10
skip = 0 # int | If nonzero, skip this number of results before returning data. Used with top to provide pagination for large datasets. (optional) if omitted the server will use the default value of 0
order_by = 'order_by_example' # str | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example issuerReferenceId ASC. Supported sorting fields are: issuerReferenceId taxYear createdAt recipientName updatedAt (optional)
x_correlation_id = '2a1f6c91-a6f2-4f5e-aa72-1a3925a1680f' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = 'e490c360-0a03-4b90-bf63-911bfb4d3cc2' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
# example passing only required values which don't have defaults set
try:
Expand Down Expand Up @@ -579,7 +579,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
api_instance = forms1099_api.Forms1099Api(api_client)
id = 'id_example' # str |
avalara_version = '2.0' # str | API version
x_correlation_id = '0c522e8b-152a-4b44-80ca-671bd356b0f1' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = '58840b52-d790-4dee-91a5-5e6ba58cedcb' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
i_update_form1099_request = Avalara.SDK.IUpdateForm1099Request() # IUpdateForm1099Request | (optional)
# example passing only required values which don't have defaults set
Expand Down
14 changes: 7 additions & 7 deletions docs/A1099/V2/FormsW9Api.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = forms_w9_api.FormsW9Api(api_client)
avalara_version = '2.0' # str | API version
x_correlation_id = '3d32efcd-6693-4279-ab47-cbff17606201' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = '09a89f9f-e840-46e9-995a-7b356a149725' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
iw9_form_data_models_one_of = Avalara.SDK.IW9FormDataModelsOneOf() # IW9FormDataModelsOneOf | Form to be created (optional)
# example passing only required values which don't have defaults set
Expand Down Expand Up @@ -131,7 +131,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
api_instance = forms_w9_api.FormsW9Api(api_client)
id = 'id_example' # str | Id of the form to delete
avalara_version = '2.0' # str | API version
x_correlation_id = 'f8a48d06-e3ba-45cb-975d-1b93ff030ab7' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = '3d6f26a9-a0fc-482f-a684-714e35e5ea9a' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
# example passing only required values which don't have defaults set
try:
Expand Down Expand Up @@ -216,7 +216,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
api_instance = forms_w9_api.FormsW9Api(api_client)
id = 'id_example' # str | Id of the form
avalara_version = '2.0' # str | API version
x_correlation_id = '72b93204-46e0-4d64-ada8-08d4f0065b2d' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = '950dd42c-0247-444a-9c7d-93954cc40282' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
# example passing only required values which don't have defaults set
try:
Expand Down Expand Up @@ -307,7 +307,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
skip = 0 # int | If nonzero, skip this number of results before returning data. Used with top to provide pagination for large datasets. (optional) if omitted the server will use the default value of 0
order_by = 'order_by_example' # str | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC. (optional)
count = True # bool | When true, returns a @recordSetCount in the result set (optional)
x_correlation_id = 'a2ca2e22-ebbb-44fa-8f5b-134322cd3587' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = '8371aa93-d2d2-411c-be15-e173f18862b0' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
# example passing only required values which don't have defaults set
try:
Expand Down Expand Up @@ -396,7 +396,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
api_instance = forms_w9_api.FormsW9Api(api_client)
id = 'id_example' # str | The ID of the W9/W4/W8 form.
avalara_version = '2.0' # str | API version
x_correlation_id = 'a455b097-9497-4810-b255-a40a1f212328' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = '05980b59-8689-4f0a-b9c9-1db3e986ee94' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
# example passing only required values which don't have defaults set
try:
Expand Down Expand Up @@ -481,7 +481,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
api_instance = forms_w9_api.FormsW9Api(api_client)
id = 'id_example' # str | Id of the form to update
avalara_version = '2.0' # str | API version
x_correlation_id = 'c216db6a-8c3d-4494-b2ae-a094222581bc' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = 'f4083eaf-c49d-4d90-be0a-aaf7c3f10d7a' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
iw9_form_data_models_one_of = Avalara.SDK.IW9FormDataModelsOneOf() # IW9FormDataModelsOneOf | Form to be updated (optional)
# example passing only required values which don't have defaults set
Expand Down Expand Up @@ -569,7 +569,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
api_instance = forms_w9_api.FormsW9Api(api_client)
id = 'id_example' # str | Id of the form
avalara_version = '2.0' # str | API version
x_correlation_id = '2e07c97a-dc08-4ac7-b86b-6af6a1ff93ff' # str | Unique correlation Id in a GUID format (optional)
x_correlation_id = '6f072660-ba15-409d-963f-6ecdafbd9a37' # str | Unique correlation Id in a GUID format (optional)
x_avalara_client = 'Swagger UI; 22.1.0' # 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)
file = None # bytearray | (optional)
# example passing only required values which don't have defaults set
Expand Down
Loading