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
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 = "7c95bc18-e364-4e63-aab4-9260cdc4c00a"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "045715ac-dfd3-4f63-ba82-2276c5cb9c7b"; // 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 = "f5ef0c70-61e2-4454-b9ef-8bfde6bc6bb8"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "bdfb4c9b-5dd4-45c3-8dad-630ba1d31df1"; // 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 = "aa61595a-1a76-4245-ba16-fd1d202d84a9"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "d8c76c7d-ddae-47da-bfde-e696155b0689"; // 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 = "e2bddbfd-bef8-4dbd-a0b8-db8773b8848e"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "e0312268-c9e8-4db6-95bd-99d216095728"; // 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 = "8579d504-d27d-495e-8c27-a2ab95610b10"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "715aa1d1-d1b9-4d18-adb3-fffb9e26c197"; // 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
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 | 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
String xCorrelationId = "0a003f2f-5501-4250-ab7b-8d19badbfc37"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "6e64cd85-8016-4753-83f5-e78c041e8ab1"; // 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/) .
Form1099ListRequest form1099ListRequest = new Form1099ListRequest(); // Form1099ListRequest |
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 = "57792295-a7b1-4533-b84b-80801d8a3029"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "05146ed0-5ef3-4d21-a139-bceaf30183da"; // 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/) .
Get1099Form200Response get1099Form200Response = new Get1099Form200Response(); // Get1099Form200Response |
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 = "09b8e2c9-03af-4e93-a089-3815a9772bff"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "dfa0ca1e-71ad-4ea3-b2a0-e33a88ae9418"; // 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 = "82187008-2768-4604-ab7e-c85895698b44"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "7cee7d23-fb69-4dd0-bbb5-e2afaf72a72e"; // 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 = "b394da48-4847-404d-9b08-ba462c76558a"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "751b64d2-bcd9-46d8-a671-cb88f65b2eb7"; // 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 @@ -500,7 +500,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 = "e0a2a426-d793-43ac-b268-ffc5de391e38"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "a5957b23-68b0-4987-b6d8-6f2246d72c27"; // 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 {
PaginatedQueryResultModelForm1099Base result = apiInstance.list1099Forms(avalaraVersion, $filter, $top, $skip, $orderBy, count, countOnly, xCorrelationId, xAvalaraClient);
Expand Down Expand Up @@ -593,7 +593,7 @@ public class Example {
Forms1099Api apiInstance = new Forms1099Api(apiClient);
String id = "id_example"; // String |
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "4ce0c187-5acb-4d13-98dd-5027249b2bae"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "f907e539-ce8b-4d8d-846e-793f9d00ba77"; // 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/) .
Get1099Form200Response get1099Form200Response = new Get1099Form200Response(); // Get1099Form200Response |
try {
Expand Down
18 changes: 9 additions & 9 deletions docs/A1099/V2/FormsW9Api.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class Example {

FormsW9Api apiInstance = new FormsW9Api(apiClient);
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "c38d2382-701f-45cd-a8f6-1266dffa2568"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "f288b7a0-8ae8-4fa4-a0e1-b294d597b7a3"; // 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/) .
CreateAndSendW9FormEmailRequest createAndSendW9FormEmailRequest = new CreateAndSendW9FormEmailRequest(); // CreateAndSendW9FormEmailRequest | Form to be created
try {
Expand Down Expand Up @@ -139,7 +139,7 @@ public class Example {

FormsW9Api apiInstance = new FormsW9Api(apiClient);
String avalaraVersion = "2.0.0"; // String | API version
String xCorrelationId = "b9de84ae-a81f-4bea-8e20-636f527a793a"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "0508a682-ec3b-4686-9f1c-800b1c16cb02"; // 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 @@ -226,7 +226,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 = "7c3b1d91-24b2-4837-81f3-53dfee39af27"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "b6cde878-ee95-404d-864e-46cd2d3e3e85"; // 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 @@ -311,7 +311,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 = "762f55d1-2a73-4d5b-bf72-8cfe3eeb88a2"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "6923a86c-3ac5-4826-8b32-b6f5c04bd49b"; // 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 @@ -397,7 +397,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 = "89d3ec3b-0f67-45c9-a2ca-4962052f518c"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "f14992b5-c401-4059-a78e-5e4f4f389334"; // 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.getW9FormPdf(id, avalaraVersion, xCorrelationId, xAvalaraClient);
Expand Down Expand Up @@ -489,7 +489,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 = "ce3e18ce-6c27-4e4d-8d1f-86e3c4edb2f8"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "99af27b9-a391-417e-a443-69f93286eb92"; // 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 {
PaginatedQueryResultModelW9FormBaseResponse result = apiInstance.listW9Forms(avalaraVersion, $filter, $top, $skip, $orderBy, count, countOnly, xCorrelationId, xAvalaraClient);
Expand Down Expand Up @@ -580,7 +580,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 = "0984d2ea-40e7-4c14-8df6-4fb38d7b58bf"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "af3f06c2-8e69-4ce1-b283-a387ea3e7763"; // 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.sendW9FormEmail(id, avalaraVersion, xCorrelationId, xAvalaraClient);
Expand Down Expand Up @@ -668,7 +668,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 = "a9ecdca0-c53b-475a-b5b2-2bab07d1a4ae"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "605a2261-2ae9-46f7-b597-d2e88867e827"; // 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 updated
try {
Expand Down Expand Up @@ -757,7 +757,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 = "e92920ea-0dfb-498f-a01c-b883102a2868"; // String | Unique correlation Id in a GUID format
String xCorrelationId = "57662456-54a0-47c9-a5c5-4fe315a77ae7"; // 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