Skip to content

Commit 3c0efe8

Browse files
25.10.1 (#14)
1 parent c0c86be commit 3c0efe8

23 files changed

+462
-61
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
avalara_sdk (25.9.0)
4+
avalara_sdk (25.10.0)
55
faraday (~> 1.0, >= 1.0.1)
66

77
GEM

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Class | Method | HTTP request | Description
9494
*FormsW9Api* | [**create_w9_form**](docs/A1099/V2/FormsW9Api.md#create_w9_form) | **POST** /w9/forms | Create a W9/W4/W8 form
9595
*FormsW9Api* | [**delete_w9_form**](docs/A1099/V2/FormsW9Api.md#delete_w9_form) | **DELETE** /w9/forms/{id} | Delete a W9/W4/W8 form
9696
*FormsW9Api* | [**get_w9_form**](docs/A1099/V2/FormsW9Api.md#get_w9_form) | **GET** /w9/forms/{id} | Retrieve a W9/W4/W8 form
97+
*FormsW9Api* | [**get_w9_form_pdf**](docs/A1099/V2/FormsW9Api.md#get_w9_form_pdf) | **GET** /w9/forms/{id}/pdf | Download the PDF for a W9/W4/W8 form.
9798
*FormsW9Api* | [**list_w9_forms**](docs/A1099/V2/FormsW9Api.md#list_w9_forms) | **GET** /w9/forms | List W9/W4/W8 forms
9899
*FormsW9Api* | [**send_w9_form_email**](docs/A1099/V2/FormsW9Api.md#send_w9_form_email) | **POST** /w9/forms/{id}/$send-email | Send an email to the vendor/payee requesting they fill out a W9/W4/W8 form
99100
*FormsW9Api* | [**update_w9_form**](docs/A1099/V2/FormsW9Api.md#update_w9_form) | **PUT** /w9/forms/{id} | Update a W9/W4/W8 form

docs/A1099/V2/CompaniesW9Api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ api_instance = AvalaraSdk::A1099::V2::CompaniesW9Api.new api_client
3939

4040
avalara_version = '2.0.0' # String | API version
4141
opts = {
42-
x_correlation_id: '6df88900-1e19-42cb-b5a0-fc2442681327', # String | Unique correlation Id in a GUID format
42+
x_correlation_id: 'e059925d-91f6-4c34-9bcd-2a0e997dd8fa', # String | Unique correlation Id in a GUID format
4343
x_avalara_client: 'Swagger UI; 22.1.0', # String | 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/) .
4444
company_request: AvalaraSdk::A1099::V2::CompanyRequest.new({name: 'name_example', email: 'email_example', address: 'address_example', city: 'city_example', zip: 'zip_example', telephone: 'telephone_example', tin: 'tin_example', country_code: 'country_code_example'}) # CompanyRequest | The company to create
4545
}
@@ -123,7 +123,7 @@ api_instance = AvalaraSdk::A1099::V2::CompaniesW9Api.new api_client
123123
id = 'id_example' # String | The company to delete
124124
avalara_version = '2.0.0' # String | API version
125125
opts = {
126-
x_correlation_id: '33931030-471d-4055-be36-8dcc3c48c11d', # String | Unique correlation Id in a GUID format
126+
x_correlation_id: 'b01f9bff-5e8c-49d6-8c9b-44892e578dc5', # String | Unique correlation Id in a GUID format
127127
x_avalara_client: 'Swagger UI; 22.1.0' # String | 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/) .
128128
}
129129

@@ -210,7 +210,7 @@ opts = {
210210
order_by: 'order_by_example', # String | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC.
211211
count: true, # Boolean | If true, return the global count of elements in the collection.
212212
count_only: true, # Boolean | If true, return ONLY the global count of elements in the collection. It only applies when count=true.
213-
x_correlation_id: 'cf08fb7e-1d1c-43e2-a2b8-dfe7be26d43f', # String | Unique correlation Id in a GUID format
213+
x_correlation_id: '9654708e-0675-4a73-a0fa-5b8016bb2175', # String | Unique correlation Id in a GUID format
214214
x_avalara_client: 'Swagger UI; 22.1.0' # String | 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/) .
215215
}
216216

@@ -298,7 +298,7 @@ api_instance = AvalaraSdk::A1099::V2::CompaniesW9Api.new api_client
298298
id = 'id_example' # String | Id of the company
299299
avalara_version = '2.0.0' # String | API version
300300
opts = {
301-
x_correlation_id: 'f29e8436-2c45-494b-b537-a22ae251829e', # String | Unique correlation Id in a GUID format
301+
x_correlation_id: 'c9747d06-85d9-42ed-a7d2-1438a48a4d33', # String | Unique correlation Id in a GUID format
302302
x_avalara_client: 'Swagger UI; 22.1.0' # String | 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/) .
303303
}
304304

@@ -381,7 +381,7 @@ api_instance = AvalaraSdk::A1099::V2::CompaniesW9Api.new api_client
381381
id = 'id_example' # String | The ID of the company to update
382382
avalara_version = '2.0.0' # String | API version
383383
opts = {
384-
x_correlation_id: '595ee1c9-2b9e-4d5a-8aa6-661b1fe4669f', # String | Unique correlation Id in a GUID format
384+
x_correlation_id: '0227fcc3-16c4-439b-a4ea-28c316d311ef', # String | Unique correlation Id in a GUID format
385385
x_avalara_client: 'Swagger UI; 22.1.0', # String | 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/) .
386386
company_request: AvalaraSdk::A1099::V2::CompanyRequest.new({name: 'name_example', email: 'email_example', address: 'address_example', city: 'city_example', zip: 'zip_example', telephone: 'telephone_example', tin: 'tin_example', country_code: 'country_code_example'}) # CompanyRequest | The updated company data
387387
}

docs/A1099/V2/Forms1099Api.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ api_instance = AvalaraSdk::A1099::V2::Forms1099Api.new api_client
4242
avalara_version = '2.0.0' # String | API version
4343
opts = {
4444
dry_run: true, # Boolean | defaults to false. If true, it will NOT change the DB. It will just return a report of what would've have been changed in the DB
45-
x_correlation_id: 'eec0b095-bfa8-4786-bbad-3f20a4b61ac2', # String | Unique correlation Id in a GUID format
45+
x_correlation_id: '2d9b6e7b-79bb-4d14-9699-4638bb6151d9', # String | Unique correlation Id in a GUID format
4646
x_avalara_client: 'Swagger UI; 22.1.0', # String | 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/) .
4747
form1099_list_request: AvalaraSdk::A1099::V2::Form1099ListRequest.new # Form1099ListRequest |
4848
}
@@ -126,7 +126,7 @@ api_instance = AvalaraSdk::A1099::V2::Forms1099Api.new api_client
126126

127127
avalara_version = '2.0.0' # String | API version
128128
opts = {
129-
x_correlation_id: 'ea80e3d4-6198-4297-9fff-4b12b5d270a0', # String | Unique correlation Id in a GUID format
129+
x_correlation_id: '5274903f-4f84-4aba-9dcf-408ca56e00ea', # String | Unique correlation Id in a GUID format
130130
x_avalara_client: 'Swagger UI; 22.1.0', # String | 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/) .
131131
get1099_form200_response: AvalaraSdk::A1099::V2::Form1042S.new({unique_form_id: 'unique_form_id_example', income_code: '01', gross_income: 3.56, withholding_indicator: '3', tax_country_code: 'tax_country_code_example', type: 'Form1099Nec', recipient_name: 'recipient_name_example', address: 'address_example', city: 'city_example', country_code: 'country_code_example'}) # Get1099Form200Response |
132132
}
@@ -210,7 +210,7 @@ api_instance = AvalaraSdk::A1099::V2::Forms1099Api.new api_client
210210
id = 'id_example' # String | The unique identifier of the desired form to delete.
211211
avalara_version = '2.0.0' # String | API version
212212
opts = {
213-
x_correlation_id: '6f61d545-12cb-445a-b60c-bd21c3f78ae3', # String | Unique correlation Id in a GUID format
213+
x_correlation_id: 'f59c9692-f2fb-4dbe-8cba-98633c4bfb3b', # String | Unique correlation Id in a GUID format
214214
x_avalara_client: 'Swagger UI; 22.1.0' # String | 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/) .
215215
}
216216

@@ -292,7 +292,7 @@ api_instance = AvalaraSdk::A1099::V2::Forms1099Api.new api_client
292292
id = 'id_example' # String |
293293
avalara_version = '2.0.0' # String | API version
294294
opts = {
295-
x_correlation_id: '3dda6df9-8f00-4ac0-8eab-0e56263c2895', # String | Unique correlation Id in a GUID format
295+
x_correlation_id: '73429041-37dd-428a-8fd5-94f9bfdc849d', # String | Unique correlation Id in a GUID format
296296
x_avalara_client: 'Swagger UI; 22.1.0' # String | 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/) .
297297
}
298298

@@ -376,7 +376,7 @@ id = 'id_example' # String | The ID of the form
376376
avalara_version = '2.0.0' # String | API version
377377
opts = {
378378
mark_edelivered: true, # Boolean | Optional boolean that if set indicates that the form should be marked as having been successfully edelivered
379-
x_correlation_id: '83471033-6587-4425-a03e-1057de8d14cf', # String | Unique correlation Id in a GUID format
379+
x_correlation_id: '880a787b-1d92-485f-a3db-b5277d3d0ba1', # String | Unique correlation Id in a GUID format
380380
x_avalara_client: 'Swagger UI; 22.1.0' # String | 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/) .
381381
}
382382

@@ -465,7 +465,7 @@ opts = {
465465
order_by: 'order_by_example', # String | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC.
466466
count: true, # Boolean | If true, return the global count of elements in the collection.
467467
count_only: true, # Boolean | If true, return ONLY the global count of elements in the collection. It only applies when count=true.
468-
x_correlation_id: '9cd2b713-72ed-419c-8c1f-4aeef9f6b0d4', # String | Unique correlation Id in a GUID format
468+
x_correlation_id: '612ac19d-6b12-4fe1-b92b-61e73b3b5d54', # String | Unique correlation Id in a GUID format
469469
x_avalara_client: 'Swagger UI; 22.1.0' # String | 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/) .
470470
}
471471

@@ -553,7 +553,7 @@ api_instance = AvalaraSdk::A1099::V2::Forms1099Api.new api_client
553553
id = 'id_example' # String |
554554
avalara_version = '2.0.0' # String | API version
555555
opts = {
556-
x_correlation_id: 'b0bb9771-ffdf-4884-bac3-7cf00bf7c745', # String | Unique correlation Id in a GUID format
556+
x_correlation_id: '5717cd04-c60c-4603-9ede-aba2bec55e19', # String | Unique correlation Id in a GUID format
557557
x_avalara_client: 'Swagger UI; 22.1.0', # String | 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/) .
558558
get1099_form200_response: AvalaraSdk::A1099::V2::Form1042S.new({unique_form_id: 'unique_form_id_example', income_code: '01', gross_income: 3.56, withholding_indicator: '3', tax_country_code: 'tax_country_code_example', type: 'Form1099Nec', recipient_name: 'recipient_name_example', address: 'address_example', city: 'city_example', country_code: 'country_code_example'}) # Get1099Form200Response |
559559
}

0 commit comments

Comments
 (0)