Skip to content

Commit 83519b9

Browse files
Merge pull request #3 from avadev/25.7.0
Generate py
2 parents 4a85606 + ebcc73e commit 83519b9

File tree

7 files changed

+95
-79
lines changed

7 files changed

+95
-79
lines changed

docs/A1099/V2/CompaniesW9Api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
4545
# Create an instance of the API class
4646
api_instance = companies_w9_api.CompaniesW9Api(api_client)
4747
avalara_version = '2.0' # str | API version
48-
x_correlation_id = '3e296ae7-9025-41f6-8c3a-f9db99345d3a' # str | Unique correlation Id in a GUID format (optional)
48+
x_correlation_id = '25acab19-7c21-4b00-84c0-376ded0f3e95' # str | Unique correlation Id in a GUID format (optional)
4949
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)
5050
company_create_update_request_model = Avalara.SDK.CompanyCreateUpdateRequestModel() # CompanyCreateUpdateRequestModel | The company to create (optional)
5151
# example passing only required values which don't have defaults set
@@ -132,7 +132,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
132132
api_instance = companies_w9_api.CompaniesW9Api(api_client)
133133
id = 'id_example' # str | The company to delete
134134
avalara_version = '2.0' # str | API version
135-
x_correlation_id = '6f8fb6bb-e748-4e53-9ff4-30d8d5fd655f' # str | Unique correlation Id in a GUID format (optional)
135+
x_correlation_id = '55124ac1-2398-4a89-a8c3-80318b0598b0' # str | Unique correlation Id in a GUID format (optional)
136136
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)
137137
# example passing only required values which don't have defaults set
138138
try:
@@ -224,7 +224,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
224224
order_by = 'order_by_example' # str | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC. (optional)
225225
count = True # bool | If true, return the global count of elements in the collection. (optional)
226226
count_only = True # bool | If true, return ONLY the global count of elements in the collection. It only applies when count=true. (optional)
227-
x_correlation_id = 'd8dfd373-5f70-48e3-9047-27f5435c52af' # str | Unique correlation Id in a GUID format (optional)
227+
x_correlation_id = 'bd6be5ac-f793-4dd7-9aae-b8d2482663f9' # str | Unique correlation Id in a GUID format (optional)
228228
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)
229229
# example passing only required values which don't have defaults set
230230
try:
@@ -318,7 +318,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
318318
api_instance = companies_w9_api.CompaniesW9Api(api_client)
319319
id = 'id_example' # str | Id of the company
320320
avalara_version = '2.0' # str | API version
321-
x_correlation_id = '5cfdcf59-38d2-491a-b32a-7f50fa53572f' # str | Unique correlation Id in a GUID format (optional)
321+
x_correlation_id = '64e6674f-d459-4bc1-b82a-f7baecd188a5' # str | Unique correlation Id in a GUID format (optional)
322322
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)
323323
# example passing only required values which don't have defaults set
324324
try:
@@ -408,7 +408,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
408408
api_instance = companies_w9_api.CompaniesW9Api(api_client)
409409
id = 'id_example' # str | The ID of the company to update
410410
avalara_version = '2.0' # str | API version
411-
x_correlation_id = 'c8237e6a-4f86-4bc1-bc4a-5dbccbc6bc7b' # str | Unique correlation Id in a GUID format (optional)
411+
x_correlation_id = 'd81f2a70-6221-4b5d-88d2-d11388dd1568' # str | Unique correlation Id in a GUID format (optional)
412412
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)
413413
company_create_update_request_model = Avalara.SDK.CompanyCreateUpdateRequestModel() # CompanyCreateUpdateRequestModel | The updated company data (optional)
414414
# example passing only required values which don't have defaults set

docs/A1099/V2/Forms1099Api.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
4848
api_instance = forms1099_api.Forms1099Api(api_client)
4949
avalara_version = '2.0' # str | API version
5050
dry_run = False # bool | (optional) if omitted the server will use the default value of False
51-
x_correlation_id = '3bd66442-d125-4a5a-98a1-8ab6bb6c68bb' # str | Unique correlation Id in a GUID format (optional)
51+
x_correlation_id = 'bd23a732-e5ed-4a79-85af-c6dc4a647ce3' # str | Unique correlation Id in a GUID format (optional)
5252
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)
5353
bulk_upsert1099_forms_request = Avalara.SDK.BulkUpsert1099FormsRequest() # BulkUpsert1099FormsRequest | (optional)
5454
# example passing only required values which don't have defaults set
@@ -137,7 +137,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
137137
# Create an instance of the API class
138138
api_instance = forms1099_api.Forms1099Api(api_client)
139139
avalara_version = '2.0' # str | API version
140-
x_correlation_id = '64087b77-e599-4a17-8488-506b034399e8' # str | Unique correlation Id in a GUID format (optional)
140+
x_correlation_id = '9595bd69-7fd1-4814-aa15-aab23bf89d3f' # str | Unique correlation Id in a GUID format (optional)
141141
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)
142142
i_create_form1099_request = Avalara.SDK.ICreateForm1099Request() # ICreateForm1099Request | (optional)
143143
# example passing only required values which don't have defaults set
@@ -223,7 +223,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
223223
api_instance = forms1099_api.Forms1099Api(api_client)
224224
id = 'id_example' # str | The unique identifier of the desired form to delete.
225225
avalara_version = '2.0' # str | API version
226-
x_correlation_id = 'e363ed26-bc02-4610-9189-f7705f742418' # str | Unique correlation Id in a GUID format (optional)
226+
x_correlation_id = '3f9f852a-7a6f-4436-a724-19b1e172a9f2' # str | Unique correlation Id in a GUID format (optional)
227227
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)
228228
# example passing only required values which don't have defaults set
229229
try:
@@ -309,7 +309,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
309309
api_instance = forms1099_api.Forms1099Api(api_client)
310310
id = 'id_example' # str |
311311
avalara_version = '2.0' # str | API version
312-
x_correlation_id = '05c9817e-44da-41ca-90d5-69585f139d80' # str | Unique correlation Id in a GUID format (optional)
312+
x_correlation_id = 'dcb7d637-e6fc-4c90-9908-8b9c52fc45f4' # str | Unique correlation Id in a GUID format (optional)
313313
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)
314314
# example passing only required values which don't have defaults set
315315
try:
@@ -397,7 +397,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
397397
id = 'id_example' # str |
398398
avalara_version = '2.0' # str | API version
399399
mark_edelivered = True # bool | The parameter for marked e-delivered (optional)
400-
x_correlation_id = 'e5cec325-1aa6-4a43-8eda-29a4a2ef5ed8' # str | Unique correlation Id in a GUID format (optional)
400+
x_correlation_id = 'd8a0e05a-ec1b-476c-8120-26b91b782cee' # str | Unique correlation Id in a GUID format (optional)
401401
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)
402402
# example passing only required values which don't have defaults set
403403
try:
@@ -488,7 +488,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
488488
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
489489
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
490490
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)
491-
x_correlation_id = '2a1f6c91-a6f2-4f5e-aa72-1a3925a1680f' # str | Unique correlation Id in a GUID format (optional)
491+
x_correlation_id = 'e490c360-0a03-4b90-bf63-911bfb4d3cc2' # str | Unique correlation Id in a GUID format (optional)
492492
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)
493493
# example passing only required values which don't have defaults set
494494
try:
@@ -579,7 +579,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
579579
api_instance = forms1099_api.Forms1099Api(api_client)
580580
id = 'id_example' # str |
581581
avalara_version = '2.0' # str | API version
582-
x_correlation_id = '0c522e8b-152a-4b44-80ca-671bd356b0f1' # str | Unique correlation Id in a GUID format (optional)
582+
x_correlation_id = '58840b52-d790-4dee-91a5-5e6ba58cedcb' # str | Unique correlation Id in a GUID format (optional)
583583
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)
584584
i_update_form1099_request = Avalara.SDK.IUpdateForm1099Request() # IUpdateForm1099Request | (optional)
585585
# example passing only required values which don't have defaults set

docs/A1099/V2/FormsW9Api.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
4444
# Create an instance of the API class
4545
api_instance = forms_w9_api.FormsW9Api(api_client)
4646
avalara_version = '2.0' # str | API version
47-
x_correlation_id = '3d32efcd-6693-4279-ab47-cbff17606201' # str | Unique correlation Id in a GUID format (optional)
47+
x_correlation_id = '09a89f9f-e840-46e9-995a-7b356a149725' # str | Unique correlation Id in a GUID format (optional)
4848
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)
4949
iw9_form_data_models_one_of = Avalara.SDK.IW9FormDataModelsOneOf() # IW9FormDataModelsOneOf | Form to be created (optional)
5050
# example passing only required values which don't have defaults set
@@ -131,7 +131,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
131131
api_instance = forms_w9_api.FormsW9Api(api_client)
132132
id = 'id_example' # str | Id of the form to delete
133133
avalara_version = '2.0' # str | API version
134-
x_correlation_id = 'f8a48d06-e3ba-45cb-975d-1b93ff030ab7' # str | Unique correlation Id in a GUID format (optional)
134+
x_correlation_id = '3d6f26a9-a0fc-482f-a684-714e35e5ea9a' # str | Unique correlation Id in a GUID format (optional)
135135
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)
136136
# example passing only required values which don't have defaults set
137137
try:
@@ -216,7 +216,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
216216
api_instance = forms_w9_api.FormsW9Api(api_client)
217217
id = 'id_example' # str | Id of the form
218218
avalara_version = '2.0' # str | API version
219-
x_correlation_id = '72b93204-46e0-4d64-ada8-08d4f0065b2d' # str | Unique correlation Id in a GUID format (optional)
219+
x_correlation_id = '950dd42c-0247-444a-9c7d-93954cc40282' # str | Unique correlation Id in a GUID format (optional)
220220
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)
221221
# example passing only required values which don't have defaults set
222222
try:
@@ -307,7 +307,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
307307
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
308308
order_by = 'order_by_example' # str | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC. (optional)
309309
count = True # bool | When true, returns a @recordSetCount in the result set (optional)
310-
x_correlation_id = 'a2ca2e22-ebbb-44fa-8f5b-134322cd3587' # str | Unique correlation Id in a GUID format (optional)
310+
x_correlation_id = '8371aa93-d2d2-411c-be15-e173f18862b0' # str | Unique correlation Id in a GUID format (optional)
311311
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)
312312
# example passing only required values which don't have defaults set
313313
try:
@@ -396,7 +396,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
396396
api_instance = forms_w9_api.FormsW9Api(api_client)
397397
id = 'id_example' # str | The ID of the W9/W4/W8 form.
398398
avalara_version = '2.0' # str | API version
399-
x_correlation_id = 'a455b097-9497-4810-b255-a40a1f212328' # str | Unique correlation Id in a GUID format (optional)
399+
x_correlation_id = '05980b59-8689-4f0a-b9c9-1db3e986ee94' # str | Unique correlation Id in a GUID format (optional)
400400
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)
401401
# example passing only required values which don't have defaults set
402402
try:
@@ -481,7 +481,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
481481
api_instance = forms_w9_api.FormsW9Api(api_client)
482482
id = 'id_example' # str | Id of the form to update
483483
avalara_version = '2.0' # str | API version
484-
x_correlation_id = 'c216db6a-8c3d-4494-b2ae-a094222581bc' # str | Unique correlation Id in a GUID format (optional)
484+
x_correlation_id = 'f4083eaf-c49d-4d90-be0a-aaf7c3f10d7a' # str | Unique correlation Id in a GUID format (optional)
485485
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)
486486
iw9_form_data_models_one_of = Avalara.SDK.IW9FormDataModelsOneOf() # IW9FormDataModelsOneOf | Form to be updated (optional)
487487
# example passing only required values which don't have defaults set
@@ -569,7 +569,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
569569
api_instance = forms_w9_api.FormsW9Api(api_client)
570570
id = 'id_example' # str | Id of the form
571571
avalara_version = '2.0' # str | API version
572-
x_correlation_id = '2e07c97a-dc08-4ac7-b86b-6af6a1ff93ff' # str | Unique correlation Id in a GUID format (optional)
572+
x_correlation_id = '6f072660-ba15-409d-963f-6ecdafbd9a37' # str | Unique correlation Id in a GUID format (optional)
573573
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)
574574
file = None # bytearray | (optional)
575575
# example passing only required values which don't have defaults set

0 commit comments

Comments
 (0)