Skip to content

Fix for top #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 29, 2025
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
10 changes: 5 additions & 5 deletions docs/A1099/V2/CompaniesW9Api.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class Example {

CompaniesW9Api apiInstance = new CompaniesW9Api(apiClient);
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "fe0b2c61-3b02-476a-ab45-cffe1b04e41a"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "144f810d-5777-472b-b372-c1028d9a13ae"; // 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/) .
CompanyCreateUpdateRequestModel companyCreateUpdateRequestModel = new CompanyCreateUpdateRequestModel(); // CompanyCreateUpdateRequestModel | 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 = "250cdf61-a491-4fce-9544-33316d95a0a2"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "db071c51-528f-4929-a031-523aa34002d1"; // 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 = "9bc362f8-548a-4a98-b44b-37da159b8126"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "7ad30f3a-b27d-440e-98da-516663741d89"; // 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 = "1c9d767c-523c-42c5-bbcb-5158761b48a0"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "77521b27-805c-40b1-a6c8-3d6339acba99"; // 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 = "03774e95-4208-4f91-a5c8-e218fcb3c0a4"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "9b982dee-5208-416e-8acf-84070e235acc"; // 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/) .
CompanyCreateUpdateRequestModel companyCreateUpdateRequestModel = new CompanyCreateUpdateRequestModel(); // CompanyCreateUpdateRequestModel | The updated company data
try {
Expand Down
14 changes: 7 additions & 7 deletions docs/A1099/V2/Forms1099Api.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class Example {
Forms1099Api apiInstance = new Forms1099Api(apiClient);
String avalaraVersion = "2.0.0"; // String | API version
Boolean dryRun = false; // Boolean |
String xCorrelationId = "2887c820-8999-462b-a6d0-a806ff098c1d"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "032e11a9-1930-48bc-9cd5-865dfeb5f8bb"; // 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/) .
BulkUpsert1099FormsRequest bulkUpsert1099FormsRequest = new BulkUpsert1099FormsRequest(); // BulkUpsert1099FormsRequest |
try {
Expand Down Expand Up @@ -141,7 +141,7 @@ public class Example {

Forms1099Api apiInstance = new Forms1099Api(apiClient);
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "d0cd754d-adf8-41e6-be0a-b4d205e24e61"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "2a525a1d-2ac8-4894-87a5-1bd347d76b1c"; // 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/) .
ICreateForm1099Request icreateForm1099Request = new ICreateForm1099Request(); // ICreateForm1099Request |
try {
Expand Down Expand Up @@ -229,7 +229,7 @@ public class Example {
Forms1099Api apiInstance = new Forms1099Api(apiClient);
String id = "id_example"; // String | The unique identifier of the desired form to delete.
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "addfa5c3-a255-432d-97a0-51af301447b2"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "ba633be6-e650-424e-a01c-28c6693b9e3a"; // 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.delete1099Form(id, avalaraVersion, xCorrelationId, xAvalaraClient);
Expand Down Expand Up @@ -317,7 +317,7 @@ public class Example {
Forms1099Api apiInstance = new Forms1099Api(apiClient);
String id = "id_example"; // String |
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "d24d3112-03b3-42d3-8118-9654a4ed92c1"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "f311cf9a-de50-4d53-9663-bdf93020dd26"; // 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 {
Get1099Form200Response result = apiInstance.get1099Form(id, avalaraVersion, xCorrelationId, xAvalaraClient);
Expand Down Expand Up @@ -406,7 +406,7 @@ public class Example {
String id = "id_example"; // String | The ID of the form
String avalaraVersion = "2.0.0"; // String | API version
Boolean markEdelivered = true; // Boolean | Optional boolean that if set indicates that the form should be marked as having been successfully edelivered
String xCorrelationId = "84d9cf56-2aee-4be1-a89f-de5be5369993"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "a1c63b5e-c575-4315-90ad-0ac98e71a981"; // 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 {
File result = apiInstance.get1099FormPdf(id, avalaraVersion, markEdelivered, xCorrelationId, xAvalaraClient);
Expand Down Expand Up @@ -498,7 +498,7 @@ public class Example {
Integer $top = 10; // Integer | 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.
Integer $skip = 0; // Integer | If nonzero, skip this number of results before returning data. Used with top to provide pagination for large datasets.
String $orderBy = "$orderBy_example"; // String | 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
String xCorrelationId = "edd69041-acfd-4252-8f4f-a0a3f009bda6"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "443e5440-659c-4f7d-865e-fd185b0ed923"; // 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 {
Form1099ListResponse result = apiInstance.list1099Forms(avalaraVersion, $filter, $top, $skip, $orderBy, xCorrelationId, xAvalaraClient);
Expand Down Expand Up @@ -589,7 +589,7 @@ public class Example {
Forms1099Api apiInstance = new Forms1099Api(apiClient);
String id = "id_example"; // String |
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "860f5511-f0d8-45a4-ac62-6d2733e3028d"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "d65ebcaf-e252-421c-a543-3d1ba4e4175b"; // 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/) .
IUpdateForm1099Request iupdateForm1099Request = new IUpdateForm1099Request(); // IUpdateForm1099Request |
try {
Expand Down
14 changes: 7 additions & 7 deletions docs/A1099/V2/FormsW9Api.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class Example {

FormsW9Api apiInstance = new FormsW9Api(apiClient);
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "a80d4171-c58b-440c-8cc7-4093fd542b00"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "968b9850-b859-4a5a-8165-bd1e444fbf47"; // 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/) .
CreateW9FormRequest createW9FormRequest = new CreateW9FormRequest(); // CreateW9FormRequest | Form to be created
try {
Expand Down Expand Up @@ -138,7 +138,7 @@ public class Example {
FormsW9Api apiInstance = new FormsW9Api(apiClient);
String id = "id_example"; // String | ID of the form to delete
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "458bae89-b373-4297-b5eb-0e7a18838af3"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "69926298-ed5b-4d78-8099-b5488589912d"; // 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.deleteW9Form(id, avalaraVersion, xCorrelationId, xAvalaraClient);
Expand Down Expand Up @@ -223,7 +223,7 @@ public class Example {
FormsW9Api apiInstance = new FormsW9Api(apiClient);
String id = "id_example"; // String | ID of the form
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "fcd3a4fb-da5b-4195-a470-97567434f46c"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "e138390c-5561-49df-a969-49427e2c5ffa"; // 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 {
CreateW9Form201Response result = apiInstance.getW9Form(id, avalaraVersion, xCorrelationId, xAvalaraClient);
Expand Down Expand Up @@ -313,7 +313,7 @@ public class Example {
Integer $skip = 0; // Integer | If nonzero, skip this number of results before returning data. Used with top to provide pagination for large datasets.
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 | When true, returns a @recordSetCount in the result set
String xCorrelationId = "a4990941-fbe5-45f9-8495-43ed73f8334e"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "f80bd20b-84ec-47de-913f-304dd9951b58"; // 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 {
PaginatedW9FormsModel result = apiInstance.listW9Forms(avalaraVersion, $filter, $top, $skip, $orderBy, count, xCorrelationId, xAvalaraClient);
Expand Down Expand Up @@ -403,7 +403,7 @@ public class Example {
FormsW9Api apiInstance = new FormsW9Api(apiClient);
String id = "id_example"; // String | The ID of the W9/W4/W8 form.
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "72cf9106-878e-4643-9b5a-440f89a7b20d"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "75735dc9-2909-4f11-bc6c-6e1ec0d77264"; // 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 {
IW9FormDataModelsOneOf result = apiInstance.sendW9FormEmail(id, avalaraVersion, xCorrelationId, xAvalaraClient);
Expand Down Expand Up @@ -489,7 +489,7 @@ public class Example {
FormsW9Api apiInstance = new FormsW9Api(apiClient);
String id = "id_example"; // String | ID of the form to update
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "38f0a02f-83cf-4142-b6ed-6b29474177df"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "d24784a4-9522-46c7-b6e0-8f44cb176f17"; // 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/) .
IW9FormDataModelsOneOf iw9FormDataModelsOneOf = new IW9FormDataModelsOneOf(); // IW9FormDataModelsOneOf | Form to be updated
try {
Expand Down Expand Up @@ -577,7 +577,7 @@ public class Example {
FormsW9Api apiInstance = new FormsW9Api(apiClient);
String id = "id_example"; // String | Id of the form
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "4fee6fea-2e64-4911-bb75-0931dd2875be"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "ee2e9278-6cdb-47ad-82a0-9d5a726f7412"; // 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/) .
File _file = new File("/path/to/file"); // File |
try {
Expand Down
Loading