Skip to content

Commit ee72678

Browse files
25.11.2 (#17)
1 parent 7fae4ba commit ee72678

28 files changed

+105
-90
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.11.0)
4+
avalara_sdk (25.11.1)
55
faraday (~> 1.0, >= 1.0.1)
66

77
GEM

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: '7c95bc18-e364-4e63-aab4-9260cdc4c00a', # String | Unique correlation Id in a GUID format
42+
x_correlation_id: '045715ac-dfd3-4f63-ba82-2276c5cb9c7b', # 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: 'f5ef0c70-61e2-4454-b9ef-8bfde6bc6bb8', # String | Unique correlation Id in a GUID format
126+
x_correlation_id: 'bdfb4c9b-5dd4-45c3-8dad-630ba1d31df1', # 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: 'aa61595a-1a76-4245-ba16-fd1d202d84a9', # String | Unique correlation Id in a GUID format
213+
x_correlation_id: 'd8c76c7d-ddae-47da-bfde-e696155b0689', # 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: 'e2bddbfd-bef8-4dbd-a0b8-db8773b8848e', # String | Unique correlation Id in a GUID format
301+
x_correlation_id: 'e0312268-c9e8-4db6-95bd-99d216095728', # 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: '8579d504-d27d-495e-8c27-a2ab95610b10', # String | Unique correlation Id in a GUID format
384+
x_correlation_id: '715aa1d1-d1b9-4d18-adb3-fffb9e26c197', # 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: '0a003f2f-5501-4250-ab7b-8d19badbfc37', # String | Unique correlation Id in a GUID format
45+
x_correlation_id: '6e64cd85-8016-4753-83f5-e78c041e8ab1', # 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: '57792295-a7b1-4533-b84b-80801d8a3029', # String | Unique correlation Id in a GUID format
129+
x_correlation_id: '05146ed0-5ef3-4d21-a139-bceaf30183da', # 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: '1042-S', 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: '09b8e2c9-03af-4e93-a089-3815a9772bff', # String | Unique correlation Id in a GUID format
213+
x_correlation_id: 'dfa0ca1e-71ad-4ea3-b2a0-e33a88ae9418', # 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: '82187008-2768-4604-ab7e-c85895698b44', # String | Unique correlation Id in a GUID format
295+
x_correlation_id: '7cee7d23-fb69-4dd0-bbb5-e2afaf72a72e', # 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: 'b394da48-4847-404d-9b08-ba462c76558a', # String | Unique correlation Id in a GUID format
379+
x_correlation_id: '751b64d2-bcd9-46d8-a671-cb88f65b2eb7', # 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: 'e0a2a426-d793-43ac-b268-ffc5de391e38', # String | Unique correlation Id in a GUID format
468+
x_correlation_id: 'a5957b23-68b0-4987-b6d8-6f2246d72c27', # 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: '4ce0c187-5acb-4d13-98dd-5027249b2bae', # String | Unique correlation Id in a GUID format
556+
x_correlation_id: 'f907e539-ce8b-4d8d-846e-793f9d00ba77', # 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: '1042-S', recipient_name: 'recipient_name_example', address: 'address_example', city: 'city_example', country_code: 'country_code_example'}) # Get1099Form200Response |
559559
}

docs/A1099/V2/FormsW9Api.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ api_instance = AvalaraSdk::A1099::V2::FormsW9Api.new api_client
4343

4444
avalara_version = '2.0.0' # String | API version
4545
opts = {
46-
x_correlation_id: 'c38d2382-701f-45cd-a8f6-1266dffa2568', # String | Unique correlation Id in a GUID format
46+
x_correlation_id: 'f288b7a0-8ae8-4fa4-a0e1-b294d597b7a3', # String | Unique correlation Id in a GUID format
4747
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/) .
4848
create_and_send_w9_form_email_request: AvalaraSdk::A1099::V2::W4FormMinimalRequest.new({email: 'email_example', employee_first_name: 'employee_first_name_example', employee_last_name: 'employee_last_name_example'}) # CreateAndSendW9FormEmailRequest | Form to be created
4949
}
@@ -126,7 +126,7 @@ api_instance = AvalaraSdk::A1099::V2::FormsW9Api.new api_client
126126

127127
avalara_version = '2.0.0' # String | API version
128128
opts = {
129-
x_correlation_id: 'b9de84ae-a81f-4bea-8e20-636f527a793a', # String | Unique correlation Id in a GUID format
129+
x_correlation_id: '0508a682-ec3b-4686-9f1c-800b1c16cb02', # 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
create_w9_form_request: AvalaraSdk::A1099::V2::W4FormRequest.new({employee_first_name: 'employee_first_name_example', employee_last_name: 'employee_last_name_example', tin_type: 'tin_type_example', tin: 'tin_example'}) # CreateW9FormRequest | Form to be created
132132
}
@@ -210,7 +210,7 @@ api_instance = AvalaraSdk::A1099::V2::FormsW9Api.new api_client
210210
id = 'id_example' # String | ID of the form to delete
211211
avalara_version = '2.0.0' # String | API version
212212
opts = {
213-
x_correlation_id: '7c3b1d91-24b2-4837-81f3-53dfee39af27', # String | Unique correlation Id in a GUID format
213+
x_correlation_id: 'b6cde878-ee95-404d-864e-46cd2d3e3e85', # 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::FormsW9Api.new api_client
292292
id = 'id_example' # String | ID of the form
293293
avalara_version = '2.0.0' # String | API version
294294
opts = {
295-
x_correlation_id: '762f55d1-2a73-4d5b-bf72-8cfe3eeb88a2', # String | Unique correlation Id in a GUID format
295+
x_correlation_id: '6923a86c-3ac5-4826-8b32-b6f5c04bd49b', # 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

@@ -375,7 +375,7 @@ api_instance = AvalaraSdk::A1099::V2::FormsW9Api.new api_client
375375
id = 'id_example' # String | Id of the form
376376
avalara_version = '2.0.0' # String | API version
377377
opts = {
378-
x_correlation_id: '89d3ec3b-0f67-45c9-a2ca-4962052f518c', # String | Unique correlation Id in a GUID format
378+
x_correlation_id: 'f14992b5-c401-4059-a78e-5e4f4f389334', # String | Unique correlation Id in a GUID format
379379
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/) .
380380
}
381381

@@ -463,7 +463,7 @@ opts = {
463463
order_by: 'order_by_example', # String | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC.
464464
count: true, # Boolean | If true, return the global count of elements in the collection.
465465
count_only: true, # Boolean | If true, return ONLY the global count of elements in the collection. It only applies when count=true.
466-
x_correlation_id: 'ce3e18ce-6c27-4e4d-8d1f-86e3c4edb2f8', # String | Unique correlation Id in a GUID format
466+
x_correlation_id: '99af27b9-a391-417e-a443-69f93286eb92', # String | Unique correlation Id in a GUID format
467467
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/) .
468468
}
469469

@@ -551,7 +551,7 @@ api_instance = AvalaraSdk::A1099::V2::FormsW9Api.new api_client
551551
id = 'id_example' # String | The ID of the W9/W4/W8 form.
552552
avalara_version = '2.0.0' # String | API version
553553
opts = {
554-
x_correlation_id: '0984d2ea-40e7-4c14-8df6-4fb38d7b58bf', # String | Unique correlation Id in a GUID format
554+
x_correlation_id: 'af3f06c2-8e69-4ce1-b283-a387ea3e7763', # String | Unique correlation Id in a GUID format
555555
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/) .
556556
}
557557

@@ -634,7 +634,7 @@ api_instance = AvalaraSdk::A1099::V2::FormsW9Api.new api_client
634634
id = 'id_example' # String | ID of the form to update
635635
avalara_version = '2.0.0' # String | API version
636636
opts = {
637-
x_correlation_id: 'a9ecdca0-c53b-475a-b5b2-2bab07d1a4ae', # String | Unique correlation Id in a GUID format
637+
x_correlation_id: '605a2261-2ae9-46f7-b597-d2e88867e827', # String | Unique correlation Id in a GUID format
638638
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/) .
639639
create_w9_form_request: AvalaraSdk::A1099::V2::W4FormRequest.new({employee_first_name: 'employee_first_name_example', employee_last_name: 'employee_last_name_example', tin_type: 'tin_type_example', tin: 'tin_example'}) # CreateW9FormRequest | Form to be updated
640640
}
@@ -719,7 +719,7 @@ api_instance = AvalaraSdk::A1099::V2::FormsW9Api.new api_client
719719
id = 'id_example' # String | Id of the form
720720
avalara_version = '2.0.0' # String | API version
721721
opts = {
722-
x_correlation_id: 'e92920ea-0dfb-498f-a01c-b883102a2868', # String | Unique correlation Id in a GUID format
722+
x_correlation_id: '57662456-54a0-47c9-a5c5-4fe315a77ae7', # String | Unique correlation Id in a GUID format
723723
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/) .
724724
file: File.new('/path/to/some/file') # File |
725725
}

docs/A1099/V2/IssuerBase.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
| **tin** | **String** | Federal Tax Identification Number (TIN). | [optional] |
1010
| **reference_id** | **String** | Internal reference ID. Never shown to any agency or recipient. If present, it will prefix download filenames. Allowed characters: letters, numbers, dashes, underscores, and spaces. | [optional] |
1111
| **telephone** | **String** | Contact phone number (must contain at least 10 digits, max 15 characters). For recipient inquiries. | |
12-
| **tax_year** | **Integer** | Tax year for which the forms are being filed (e.g., 2024). Must be within current tax year and current tax year - 4. | |
13-
| **country_code** | **String** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. If there is a transfer agent, use the transfer agent's shipping address. | [optional] |
14-
| **email** | **String** | Contact email address. For recipient inquiries. | |
12+
| **tax_year** | **Integer** | Tax year for which the forms are being filed (e.g., 2024). Must be within current tax year and current tax year - 4. It's only required on creation, and cannot be modified on update. | |
13+
| **country_code** | **String** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. If there is a transfer agent, use the transfer agent's shipping address. | |
14+
| **email** | **String** | Contact email address. For recipient inquiries. Phone will be used on communications if you don't specify an email | [optional] |
1515
| **address** | **String** | Address. | |
1616
| **city** | **String** | City. | |
1717
| **state** | **String** | Two-letter US state or Canadian province code (required for US/CA addresses). | |

docs/A1099/V2/IssuerRequest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
| **tin** | **String** | Federal Tax Identification Number (TIN). | [optional] |
1010
| **reference_id** | **String** | Internal reference ID. Never shown to any agency or recipient. If present, it will prefix download filenames. Allowed characters: letters, numbers, dashes, underscores, and spaces. | [optional] |
1111
| **telephone** | **String** | Contact phone number (must contain at least 10 digits, max 15 characters). For recipient inquiries. | |
12-
| **tax_year** | **Integer** | Tax year for which the forms are being filed (e.g., 2024). Must be within current tax year and current tax year - 4. | |
13-
| **country_code** | **String** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. If there is a transfer agent, use the transfer agent's shipping address. | [optional] |
14-
| **email** | **String** | Contact email address. For recipient inquiries. | |
12+
| **tax_year** | **Integer** | Tax year for which the forms are being filed (e.g., 2024). Must be within current tax year and current tax year - 4. It's only required on creation, and cannot be modified on update. | |
13+
| **country_code** | **String** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. If there is a transfer agent, use the transfer agent's shipping address. | |
14+
| **email** | **String** | Contact email address. For recipient inquiries. Phone will be used on communications if you don't specify an email | [optional] |
1515
| **address** | **String** | Address. | |
1616
| **city** | **String** | City. | |
1717
| **state** | **String** | Two-letter US state or Canadian province code (required for US/CA addresses). | |

0 commit comments

Comments
 (0)