Skip to content

Commit 8e13f73

Browse files
Merge pull request #8 from avadev/25.8.0
25.8.0
2 parents 820f397 + a2c6c46 commit 8e13f73

File tree

303 files changed

+16935
-2701
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

303 files changed

+16935
-2701
lines changed

README.md

Lines changed: 77 additions & 40 deletions
Large diffs are not rendered by default.

docs/A1099/V2/CompaniesW9Api.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ All URIs are relative to *https://api-ava1099.eta.sbx.us-east-1.aws.avalara.io/a
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**createCompany**](CompaniesW9Api.md#createcompany) | **POST** /w9/companies | Creates a new company
8-
[**deleteCompany**](CompaniesW9Api.md#deletecompany) | **DELETE** /w9/companies/{id} | Deletes a company
7+
[**createCompany**](CompaniesW9Api.md#createcompany) | **POST** /w9/companies | Create a company
8+
[**deleteCompany**](CompaniesW9Api.md#deletecompany) | **DELETE** /w9/companies/{id} | Delete a company
99
[**getCompanies**](CompaniesW9Api.md#getcompanies) | **GET** /w9/companies | List companies
1010
[**getCompany**](CompaniesW9Api.md#getcompany) | **GET** /w9/companies/{id} | Retrieve a company
1111
[**updateCompany**](CompaniesW9Api.md#updatecompany) | **PUT** /w9/companies/{id} | Update a company
@@ -15,9 +15,9 @@ Method | HTTP request | Description
1515
# **createCompany**
1616
> CompanyResponseModel createCompany (string avalaraVersion, string xCorrelationId, string xAvalaraClient, CompanyCreateUpdateRequestModel companyCreateUpdateRequestModel)
1717
18-
Creates a new company
18+
Create a company
1919

20-
Creates a new company
20+
Create a company.
2121

2222
### Example
2323
```typescript
@@ -74,9 +74,9 @@ Name | Type | Description | Notes
7474
# **deleteCompany**
7575
> void deleteCompany (string id, string avalaraVersion, string xCorrelationId, string xAvalaraClient)
7676
77-
Deletes a company
77+
Delete a company
7878

79-
Deletes a company
79+
Delete a company.
8080

8181
### Example
8282
```typescript
@@ -203,7 +203,7 @@ Name | Type | Description | Notes
203203
204204
Retrieve a company
205205

206-
Retrieve an existing company
206+
Retrieve a company.
207207

208208
### Example
209209
```typescript
@@ -264,7 +264,7 @@ Name | Type | Description | Notes
264264
265265
Update a company
266266

267-
Update a company
267+
Update a company.
268268

269269
### Example
270270
```typescript
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# AvalaraSdk.A1099.V2.CoveredIndividualReferenceResponse
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **string** | Covered individual ID | [optional] [default to undefined]
8+
**firstName** | **string** | Covered individual\'s first name | [optional] [default to undefined]
9+
**middleName** | **string** | Covered individual\'s middle name | [optional] [default to undefined]
10+
**lastName** | **string** | Covered individual\'s last name | [optional] [default to undefined]
11+
**nameSuffix** | **string** | Covered individual\'s name suffix | [optional] [default to undefined]
12+
**tin** | **string** | Covered individual\'s TIN (SSN or ITIN) | [optional] [default to undefined]
13+
**birthDate** | **Date** | Covered individual\'s date of birth | [optional] [default to undefined]
14+
**coveredMonth0** | **boolean** | Coverage indicator for all 12 months | [optional] [default to undefined]
15+
**coveredMonth1** | **boolean** | Coverage indicator for January | [optional] [default to undefined]
16+
**coveredMonth2** | **boolean** | Coverage indicator for February | [optional] [default to undefined]
17+
**coveredMonth3** | **boolean** | Coverage indicator for March | [optional] [default to undefined]
18+
**coveredMonth4** | **boolean** | Coverage indicator for April | [optional] [default to undefined]
19+
**coveredMonth5** | **boolean** | Coverage indicator for May | [optional] [default to undefined]
20+
**coveredMonth6** | **boolean** | Coverage indicator for June | [optional] [default to undefined]
21+
**coveredMonth7** | **boolean** | Coverage indicator for July | [optional] [default to undefined]
22+
**coveredMonth8** | **boolean** | Coverage indicator for August | [optional] [default to undefined]
23+
**coveredMonth9** | **boolean** | Coverage indicator for September | [optional] [default to undefined]
24+
**coveredMonth10** | **boolean** | Coverage indicator for October | [optional] [default to undefined]
25+
**coveredMonth11** | **boolean** | Coverage indicator for November | [optional] [default to undefined]
26+
**coveredMonth12** | **boolean** | Coverage indicator for December | [optional] [default to undefined]
27+
28+
[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md)
29+

docs/A1099/V2/CoveredIndividualRequest.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**firstName** | **string** | | [optional] [default to undefined]
8-
**middleName** | **string** | | [optional] [default to undefined]
9-
**lastName** | **string** | | [optional] [default to undefined]
10-
**nameSuffix** | **string** | | [optional] [default to undefined]
11-
**tin** | **string** | | [optional] [default to undefined]
12-
**birthDate** | **Date** | | [optional] [default to undefined]
13-
**coveredMonthIndicator0** | **boolean** | | [optional] [default to undefined]
14-
**coveredMonthIndicator1** | **boolean** | | [optional] [default to undefined]
15-
**coveredMonthIndicator2** | **boolean** | | [optional] [default to undefined]
16-
**coveredMonthIndicator3** | **boolean** | | [optional] [default to undefined]
17-
**coveredMonthIndicator4** | **boolean** | | [optional] [default to undefined]
18-
**coveredMonthIndicator5** | **boolean** | | [optional] [default to undefined]
19-
**coveredMonthIndicator6** | **boolean** | | [optional] [default to undefined]
20-
**coveredMonthIndicator7** | **boolean** | | [optional] [default to undefined]
21-
**coveredMonthIndicator8** | **boolean** | | [optional] [default to undefined]
22-
**coveredMonthIndicator9** | **boolean** | | [optional] [default to undefined]
23-
**coveredMonthIndicator10** | **boolean** | | [optional] [default to undefined]
24-
**coveredMonthIndicator11** | **boolean** | | [optional] [default to undefined]
25-
**coveredMonthIndicator12** | **boolean** | | [optional] [default to undefined]
7+
**firstName** | **string** | Covered individual\'s first name | [optional] [default to undefined]
8+
**middleName** | **string** | Covered individual\'s middle name | [optional] [default to undefined]
9+
**lastName** | **string** | Covered individual\'s last name | [optional] [default to undefined]
10+
**nameSuffix** | **string** | Covered individual\'s name suffix | [optional] [default to undefined]
11+
**tin** | **string** | Covered individual\'s TIN (SSN or ITIN) | [optional] [default to undefined]
12+
**birthDate** | **Date** | Covered individual\'s date of birth | [optional] [default to undefined]
13+
**coveredMonthIndicator0** | **boolean** | Coverage indicator for all 12 months | [optional] [default to undefined]
14+
**coveredMonthIndicator1** | **boolean** | Coverage indicator for January | [optional] [default to undefined]
15+
**coveredMonthIndicator2** | **boolean** | Coverage indicator for February | [optional] [default to undefined]
16+
**coveredMonthIndicator3** | **boolean** | Coverage indicator for March | [optional] [default to undefined]
17+
**coveredMonthIndicator4** | **boolean** | Coverage indicator for April | [optional] [default to undefined]
18+
**coveredMonthIndicator5** | **boolean** | Coverage indicator for May | [optional] [default to undefined]
19+
**coveredMonthIndicator6** | **boolean** | Coverage indicator for June | [optional] [default to undefined]
20+
**coveredMonthIndicator7** | **boolean** | Coverage indicator for July | [optional] [default to undefined]
21+
**coveredMonthIndicator8** | **boolean** | Coverage indicator for August | [optional] [default to undefined]
22+
**coveredMonthIndicator9** | **boolean** | Coverage indicator for September | [optional] [default to undefined]
23+
**coveredMonthIndicator10** | **boolean** | Coverage indicator for October | [optional] [default to undefined]
24+
**coveredMonthIndicator11** | **boolean** | Coverage indicator for November | [optional] [default to undefined]
25+
**coveredMonthIndicator12** | **boolean** | Coverage indicator for December | [optional] [default to undefined]
2626

2727
[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md)
2828

0 commit comments

Comments
 (0)