Skip to content
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
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ Class | Method | HTTP request | Description
*Issuers1099Api* | [**getIssuers**](docs/A1099/V2/Issuers1099Api.md#getissuers) | **GET** /1099/issuers | List issuers
*Issuers1099Api* | [**updateIssuer**](docs/A1099/V2/Issuers1099Api.md#updateissuer) | **PUT** /1099/issuers/{id} | Update an issuer
*JobsApi* | [**getJob**](docs/A1099/V2/JobsApi.md#getjob) | **GET** /jobs/{id} | Retrieves information about the job
*TinMatchesApi* | [**performRealTimeTinMatch**](docs/A1099/V2/TinMatchesApi.md#performrealtimetinmatch) | **POST** /tin-matches/$real-time | Perform real time TIN Match

<a name="documentation-for-models"></a>
## Documentation for Models
Expand Down Expand Up @@ -266,7 +267,6 @@ Class | Method | HTTP request | Description
<a name="documentation-for-A1099-V2-models"></a>
### A1099 V2 Model Documentation

- [Avalara.SDK.model.A1099.V2.CompanyBase](docs/A1099/V2/CompanyBase.md)
- [Avalara.SDK.model.A1099.V2.CompanyRequest](docs/A1099/V2/CompanyRequest.md)
- [Avalara.SDK.model.A1099.V2.CompanyResponse](docs/A1099/V2/CompanyResponse.md)
- [Avalara.SDK.model.A1099.V2.CoveredIndividual](docs/A1099/V2/CoveredIndividual.md)
Expand All @@ -291,17 +291,21 @@ Class | Method | HTTP request | Description
- [Avalara.SDK.model.A1099.V2.Form1099W2](docs/A1099/V2/Form1099W2.md)
- [Avalara.SDK.model.A1099.V2.Get1099Form200Response](docs/A1099/V2/Get1099Form200Response.md)
- [Avalara.SDK.model.A1099.V2.IntermediaryOrFlowThrough](docs/A1099/V2/IntermediaryOrFlowThrough.md)
- [Avalara.SDK.model.A1099.V2.IrisFormBase](docs/A1099/V2/IrisFormBase.md)
- [Avalara.SDK.model.A1099.V2.IrsResponse](docs/A1099/V2/IrsResponse.md)
- [Avalara.SDK.model.A1099.V2.IssuerBase](docs/A1099/V2/IssuerBase.md)
- [Avalara.SDK.model.A1099.V2.IssuerRequest](docs/A1099/V2/IssuerRequest.md)
- [Avalara.SDK.model.A1099.V2.IssuerResponse](docs/A1099/V2/IssuerResponse.md)
- [Avalara.SDK.model.A1099.V2.IssuerWriteResponse](docs/A1099/V2/IssuerWriteResponse.md)
- [Avalara.SDK.model.A1099.V2.JobResponse](docs/A1099/V2/JobResponse.md)
- [Avalara.SDK.model.A1099.V2.OfferAndCoverage](docs/A1099/V2/OfferAndCoverage.md)
- [Avalara.SDK.model.A1099.V2.PaginatedQueryResultModelCompanyResponse](docs/A1099/V2/PaginatedQueryResultModelCompanyResponse.md)
- [Avalara.SDK.model.A1099.V2.PaginatedQueryResultModelForm1099Base](docs/A1099/V2/PaginatedQueryResultModelForm1099Base.md)
- [Avalara.SDK.model.A1099.V2.PaginatedQueryResultModelIssuerResponse](docs/A1099/V2/PaginatedQueryResultModelIssuerResponse.md)
- [Avalara.SDK.model.A1099.V2.PaginatedQueryResultModelW9FormBaseResponse](docs/A1099/V2/PaginatedQueryResultModelW9FormBaseResponse.md)
- [Avalara.SDK.model.A1099.V2.PrimaryWithholdingAgent](docs/A1099/V2/PrimaryWithholdingAgent.md)
- [Avalara.SDK.model.A1099.V2.RealTimeTinMatchIrsResponse](docs/A1099/V2/RealTimeTinMatchIrsResponse.md)
- [Avalara.SDK.model.A1099.V2.RealTimeTinMatchRequest](docs/A1099/V2/RealTimeTinMatchRequest.md)
- [Avalara.SDK.model.A1099.V2.RealTimeTinMatchResponse](docs/A1099/V2/RealTimeTinMatchResponse.md)
- [Avalara.SDK.model.A1099.V2.StateAndLocalWithholding](docs/A1099/V2/StateAndLocalWithholding.md)
- [Avalara.SDK.model.A1099.V2.StateEfileStatusDetail](docs/A1099/V2/StateEfileStatusDetail.md)
- [Avalara.SDK.model.A1099.V2.SubstantialUsOwnerRequest](docs/A1099/V2/SubstantialUsOwnerRequest.md)
Expand Down
12 changes: 6 additions & 6 deletions docs/A1099/V2/CompaniesW9Api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CompaniesW9Api

All URIs are relative to *https://api.sbx.avalara.com/avalara1099*
All URIs are relative to *https://api-ava1099.edge.qa.us-east-1.aws.avalara.io/avalara1099*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down Expand Up @@ -49,7 +49,7 @@ public class Example {

CompaniesW9Api apiInstance = new CompaniesW9Api(apiClient);
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "d8a91153-a928-4bb1-9bdf-3108ec7a303d"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "445307e1-57a7-46d0-93bd-99c9cc698790"; // String | Unique correlation Id in a GUID format
String xAvalaraClient = "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/) .
CompanyRequest companyRequest = new CompanyRequest(); // CompanyRequest | The company to create
try {
Expand Down Expand Up @@ -136,7 +136,7 @@ public class Example {
CompaniesW9Api apiInstance = new CompaniesW9Api(apiClient);
String id = "id_example"; // String | The company to delete
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "0f8143df-fd6a-47a4-9612-f0b1def1d6b0"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "983bdd19-d944-400f-a332-6dbed9977702"; // String | Unique correlation Id in a GUID format
String xAvalaraClient = "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/) .
try {
apiInstance.deleteCompany(id, avalaraVersion, xCorrelationId, xAvalaraClient);
Expand Down Expand Up @@ -228,7 +228,7 @@ public class Example {
String $orderBy = "$orderBy_example"; // String | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC.
Boolean count = true; // Boolean | If true, return the global count of elements in the collection.
Boolean countOnly = true; // Boolean | If true, return ONLY the global count of elements in the collection. It only applies when count=true.
String xCorrelationId = "0f6ead76-1245-4eb9-9f7c-925733e9d4a7"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "c02a5d8b-6916-4d0c-9d97-e31bfc2020e1"; // String | Unique correlation Id in a GUID format
String xAvalaraClient = "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/) .
try {
PaginatedQueryResultModelCompanyResponse result = apiInstance.getCompanies(avalaraVersion, $filter, $top, $skip, $orderBy, count, countOnly, xCorrelationId, xAvalaraClient);
Expand Down Expand Up @@ -321,7 +321,7 @@ public class Example {
CompaniesW9Api apiInstance = new CompaniesW9Api(apiClient);
String id = "id_example"; // String | Id of the company
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "5d11a039-7f81-4ec9-b32f-b665ffe488e5"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "ccf63d6b-d313-44b9-bc14-86486a6c1b19"; // String | Unique correlation Id in a GUID format
String xAvalaraClient = "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/) .
try {
CompanyResponse result = apiInstance.getCompany(id, avalaraVersion, xCorrelationId, xAvalaraClient);
Expand Down Expand Up @@ -409,7 +409,7 @@ public class Example {
CompaniesW9Api apiInstance = new CompaniesW9Api(apiClient);
String id = "id_example"; // String | The ID of the company to update
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "8e190a86-7ec8-4984-9126-c2d48e2ccdfc"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "57991ce4-31f7-41c8-8517-e363058bc302"; // String | Unique correlation Id in a GUID format
String xAvalaraClient = "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/) .
CompanyRequest companyRequest = new CompanyRequest(); // CompanyRequest | The updated company data
try {
Expand Down
6 changes: 3 additions & 3 deletions docs/A1099/V2/CompanyResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **String** | Unique identifier set when the record is created. | [optional] |
|**createdAt** | **OffsetDateTime** | Date time when the record was created. | [optional] |
|**updatedAt** | **OffsetDateTime** | Date time when the record was last updated. | [optional] |
|**name** | **String** | Legal name. Not the DBA name. | |
|**dbaName** | **String** | Doing Business As (DBA) name or continuation of a long legal name. | [optional] |
|**email** | **String** | Contact email address. For inquiries by vendors/employees. | |
Expand All @@ -27,6 +24,9 @@
|**resendRequests** | **Boolean** | Boolean to enable automatic reminder emails (default: false). | [optional] |
|**resendIntervalDays** | **Integer** | Days between reminder emails (7-365, required if resendRequests is true). | [optional] |
|**maxReminderAttempts** | **Integer** | Maximum number of reminder attempts (1-52, required if resendRequests is true). | [optional] |
|**id** | **String** | Unique identifier set when the record is created. | [optional] |
|**createdAt** | **OffsetDateTime** | Date time when the record was created. | [optional] |
|**updatedAt** | **OffsetDateTime** | Date time when the record was last updated. | [optional] |



2 changes: 1 addition & 1 deletion docs/A1099/V2/CreateW9Form201Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
|**employeeMiddleName** | **String** | The middle name of the employee. | [optional] |
|**employeeLastName** | **String** | The last name of the employee. | [optional] |
|**employeeNameSuffix** | **String** | The name suffix of the employee. | [optional] |
|**tinType** | **String** | Tax Identification Number (TIN) type. | [optional] |
|**tinType** | **String** | Recipient classification. The platform is transitioning from tax identifier classifications to recipient entity classifications. New values represent recipient entity types and should be preferred. Deprecated values represent identifier formats and remain supported for backward compatibility only. Available values: - INDIVIDUAL: Recipient is an individual - BUSINESS: Recipient is a business - UNKNOWN: Recipient classification is unknown - EIN: (Deprecated - use BUSINESS) Employer Identification Number - SSN: (Deprecated - use INDIVIDUAL) Social Security Number - ITIN: (Deprecated - use INDIVIDUAL) Individual Taxpayer Identification Number - ATIN: (Deprecated - use INDIVIDUAL) Adoption Taxpayer Identification Number | [optional] |
|**tin** | **String** | The taxpayer identification number (TIN). | [optional] |
|**address** | **String** | The address of the individual or entity. | [optional] |
|**city** | **String** | The city of the address. | [optional] |
Expand Down
6 changes: 3 additions & 3 deletions docs/A1099/V2/CreateW9FormRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
|**state** | **String** | The state of residence of the employee. Required unless exempt. | |
|**zip** | **String** | The ZIP code of residence of the employee. Required unless exempt. | |
|**accountNumber** | **String** | The account number associated with the form. | [optional] |
|**tinType** | **String** | Tax Identification Number (TIN) type. | |
|**tinType** | **String** | Recipient classification. The platform is transitioning from tax identifier classifications to recipient entity classifications. New values represent recipient entity types and should be preferred. Deprecated values represent identifier formats and remain supported for backward compatibility only. Available values: - INDIVIDUAL: Recipient is an individual - BUSINESS: Recipient is a business - UNKNOWN: Recipient classification is unknown - EIN: (Deprecated - use BUSINESS) Employer Identification Number - SSN: (Deprecated - use INDIVIDUAL) Social Security Number - ITIN: (Deprecated - use INDIVIDUAL) Individual Taxpayer Identification Number - ATIN: (Deprecated - use INDIVIDUAL) Adoption Taxpayer Identification Number | |
|**tin** | **String** | The taxpayer identification number (TIN). | |
|**backupWithholding** | **Boolean** | Indicates whether backup withholding applies. | [optional] |
|**is1099able** | **Boolean** | Indicates whether the individual or entity should be issued a 1099 form. | [optional] |
|**eDeliveryConsentedAt** | **OffsetDateTime** | The date when e-delivery was consented. | [optional] |
|**signature** | **String** | The signature of the form. | [optional] |
|**companyId** | **String** | The ID of the associated company. Required when creating a form. | [optional] |
|**referenceId** | **String** | A reference identifier for the form. | [optional] |
|**email** | **String** | The email address of the individual associated with the form. | [optional] |
|**eDeliveryConsentedAt** | **OffsetDateTime** | The date when e-delivery was consented. | [optional] |
|**signature** | **String** | The signature of the form. | [optional] |
|**citizenshipCountry** | [**CitizenshipCountryEnum**](#CitizenshipCountryEnum) | The country of citizenship.. Allowed values: US, AF, AX, AL, AG, AQ, AN, AO, AV, AY (and 248 more) | |
|**disregardedEntity** | **String** | The name of the disregarded entity receiving the payment (if applicable). | [optional] |
|**entityType** | [**EntityTypeEnum**](#EntityTypeEnum) | Represents the entity type for tax forms. Each value corresponds to a specific entity classification. - 1: Corporation - 2: Disregarded entity - 3: Partnership - 4: Simple trust - 5: Grantor trust - 6: Complex trust - 7: Estate - 8: Foreign Government - Controlled Entity - 9: Central Bank of Issue - 10: Tax-exempt organization - 11: Private foundation - 12: International organization - 13: Foreign Government - Controlled Integral Part | |
Expand Down
Loading
Loading