Skip to content

Commit f7cb781

Browse files
25.11.2 (#34)
1 parent 9de1dc6 commit f7cb781

28 files changed

+120
-109
lines changed

docs/A1099/V2/CompaniesW9Api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace Example
4343
var apiInstance = new CompaniesW9Api(apiClient);
4444
var requestParameters = new CreateCompanyRequestSdk();
4545
requestParameters.AvalaraVersion = 2.0.0; // string | API version
46-
requestParameters.XCorrelationId = 7c95bc18-e364-4e63-aab4-9260cdc4c00a; // string | Unique correlation Id in a GUID format (optional)
46+
requestParameters.XCorrelationId = 045715ac-dfd3-4f63-ba82-2276c5cb9c7b; // string | Unique correlation Id in a GUID format (optional)
4747
requestParameters.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/) . (optional)
4848
requestParameters.CompanyRequest = new CompanyRequest(); // CompanyRequest | The company to create (optional)
4949
@@ -129,7 +129,7 @@ namespace Example
129129
var requestParameters = new DeleteCompanyRequestSdk();
130130
requestParameters.Id = "id_example"; // string | The company to delete
131131
requestParameters.AvalaraVersion = 2.0.0; // string | API version
132-
requestParameters.XCorrelationId = f5ef0c70-61e2-4454-b9ef-8bfde6bc6bb8; // string | Unique correlation Id in a GUID format (optional)
132+
requestParameters.XCorrelationId = bdfb4c9b-5dd4-45c3-8dad-630ba1d31df1; // string | Unique correlation Id in a GUID format (optional)
133133
requestParameters.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/) . (optional)
134134
135135
try
@@ -220,7 +220,7 @@ namespace Example
220220
requestParameters.OrderBy = "orderBy_example"; // string | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC. (optional)
221221
requestParameters.Count = true; // bool? | If true, return the global count of elements in the collection. (optional)
222222
requestParameters.CountOnly = true; // bool? | If true, return ONLY the global count of elements in the collection. It only applies when count=true. (optional)
223-
requestParameters.XCorrelationId = aa61595a-1a76-4245-ba16-fd1d202d84a9; // string | Unique correlation Id in a GUID format (optional)
223+
requestParameters.XCorrelationId = d8c76c7d-ddae-47da-bfde-e696155b0689; // string | Unique correlation Id in a GUID format (optional)
224224
requestParameters.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/) . (optional)
225225
226226
try
@@ -312,7 +312,7 @@ namespace Example
312312
var requestParameters = new GetCompanyRequestSdk();
313313
requestParameters.Id = "id_example"; // string | Id of the company
314314
requestParameters.AvalaraVersion = 2.0.0; // string | API version
315-
requestParameters.XCorrelationId = e2bddbfd-bef8-4dbd-a0b8-db8773b8848e; // string | Unique correlation Id in a GUID format (optional)
315+
requestParameters.XCorrelationId = e0312268-c9e8-4db6-95bd-99d216095728; // string | Unique correlation Id in a GUID format (optional)
316316
requestParameters.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/) . (optional)
317317
318318
try
@@ -399,7 +399,7 @@ namespace Example
399399
var requestParameters = new UpdateCompanyRequestSdk();
400400
requestParameters.Id = "id_example"; // string | The ID of the company to update
401401
requestParameters.AvalaraVersion = 2.0.0; // string | API version
402-
requestParameters.XCorrelationId = 8579d504-d27d-495e-8c27-a2ab95610b10; // string | Unique correlation Id in a GUID format (optional)
402+
requestParameters.XCorrelationId = 715aa1d1-d1b9-4d18-adb3-fffb9e26c197; // string | Unique correlation Id in a GUID format (optional)
403403
requestParameters.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/) . (optional)
404404
requestParameters.CompanyRequest = new CompanyRequest(); // CompanyRequest | The updated company data (optional)
405405

docs/A1099/V2/Forms1099Api.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace Example
4646
var requestParameters = new BulkUpsert1099FormsRequestSdk();
4747
requestParameters.AvalaraVersion = 2.0.0; // string | API version
4848
requestParameters.DryRun = false; // bool? | 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 (optional) (default to false)
49-
requestParameters.XCorrelationId = 0a003f2f-5501-4250-ab7b-8d19badbfc37; // string | Unique correlation Id in a GUID format (optional)
49+
requestParameters.XCorrelationId = 6e64cd85-8016-4753-83f5-e78c041e8ab1; // string | Unique correlation Id in a GUID format (optional)
5050
requestParameters.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/) . (optional)
5151
requestParameters.Form1099ListRequest = new Form1099ListRequest(); // Form1099ListRequest | (optional)
5252
@@ -134,7 +134,7 @@ namespace Example
134134
var apiInstance = new Forms1099Api(apiClient);
135135
var requestParameters = new Create1099FormRequestSdk();
136136
requestParameters.AvalaraVersion = 2.0.0; // string | API version
137-
requestParameters.XCorrelationId = 57792295-a7b1-4533-b84b-80801d8a3029; // string | Unique correlation Id in a GUID format (optional)
137+
requestParameters.XCorrelationId = 05146ed0-5ef3-4d21-a139-bceaf30183da; // string | Unique correlation Id in a GUID format (optional)
138138
requestParameters.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/) . (optional)
139139
requestParameters.Get1099Form200Response = new Get1099Form200Response(); // Get1099Form200Response | (optional)
140140
@@ -221,7 +221,7 @@ namespace Example
221221
var requestParameters = new Delete1099FormRequestSdk();
222222
requestParameters.Id = "id_example"; // string | The unique identifier of the desired form to delete.
223223
requestParameters.AvalaraVersion = 2.0.0; // string | API version
224-
requestParameters.XCorrelationId = 09b8e2c9-03af-4e93-a089-3815a9772bff; // string | Unique correlation Id in a GUID format (optional)
224+
requestParameters.XCorrelationId = dfa0ca1e-71ad-4ea3-b2a0-e33a88ae9418; // string | Unique correlation Id in a GUID format (optional)
225225
requestParameters.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/) . (optional)
226226
227227
try
@@ -308,7 +308,7 @@ namespace Example
308308
var requestParameters = new Get1099FormRequestSdk();
309309
requestParameters.Id = "id_example"; // string |
310310
requestParameters.AvalaraVersion = 2.0.0; // string | API version
311-
requestParameters.XCorrelationId = 82187008-2768-4604-ab7e-c85895698b44; // string | Unique correlation Id in a GUID format (optional)
311+
requestParameters.XCorrelationId = 7cee7d23-fb69-4dd0-bbb5-e2afaf72a72e; // string | Unique correlation Id in a GUID format (optional)
312312
requestParameters.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/) . (optional)
313313
314314
try
@@ -396,7 +396,7 @@ namespace Example
396396
requestParameters.Id = "id_example"; // string | The ID of the form
397397
requestParameters.AvalaraVersion = 2.0.0; // string | API version
398398
requestParameters.MarkEdelivered = true; // bool? | Optional boolean that if set indicates that the form should be marked as having been successfully edelivered (optional)
399-
requestParameters.XCorrelationId = b394da48-4847-404d-9b08-ba462c76558a; // string | Unique correlation Id in a GUID format (optional)
399+
requestParameters.XCorrelationId = 751b64d2-bcd9-46d8-a671-cb88f65b2eb7; // string | Unique correlation Id in a GUID format (optional)
400400
requestParameters.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/) . (optional)
401401
402402
try
@@ -489,7 +489,7 @@ namespace Example
489489
requestParameters.OrderBy = "orderBy_example"; // string | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC. (optional)
490490
requestParameters.Count = true; // bool? | If true, return the global count of elements in the collection. (optional)
491491
requestParameters.CountOnly = true; // bool? | If true, return ONLY the global count of elements in the collection. It only applies when count=true. (optional)
492-
requestParameters.XCorrelationId = e0a2a426-d793-43ac-b268-ffc5de391e38; // string | Unique correlation Id in a GUID format (optional)
492+
requestParameters.XCorrelationId = a5957b23-68b0-4987-b6d8-6f2246d72c27; // string | Unique correlation Id in a GUID format (optional)
493493
requestParameters.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/) . (optional)
494494
495495
try
@@ -581,7 +581,7 @@ namespace Example
581581
var requestParameters = new Update1099FormRequestSdk();
582582
requestParameters.Id = "id_example"; // string |
583583
requestParameters.AvalaraVersion = 2.0.0; // string | API version
584-
requestParameters.XCorrelationId = 4ce0c187-5acb-4d13-98dd-5027249b2bae; // string | Unique correlation Id in a GUID format (optional)
584+
requestParameters.XCorrelationId = f907e539-ce8b-4d8d-846e-793f9d00ba77; // string | Unique correlation Id in a GUID format (optional)
585585
requestParameters.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/) . (optional)
586586
requestParameters.Get1099Form200Response = new Get1099Form200Response(); // Get1099Form200Response | (optional)
587587

docs/A1099/V2/FormsW9Api.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace Example
4747
var apiInstance = new FormsW9Api(apiClient);
4848
var requestParameters = new CreateAndSendW9FormEmailRequestSdk();
4949
requestParameters.AvalaraVersion = 2.0.0; // string | API version
50-
requestParameters.XCorrelationId = c38d2382-701f-45cd-a8f6-1266dffa2568; // string | Unique correlation Id in a GUID format (optional)
50+
requestParameters.XCorrelationId = f288b7a0-8ae8-4fa4-a0e1-b294d597b7a3; // string | Unique correlation Id in a GUID format (optional)
5151
requestParameters.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/) . (optional)
5252
requestParameters.CreateAndSendW9FormEmailRequest = new CreateAndSendW9FormEmailRequest(); // CreateAndSendW9FormEmailRequest | Form to be created (optional)
5353
@@ -132,7 +132,7 @@ namespace Example
132132
var apiInstance = new FormsW9Api(apiClient);
133133
var requestParameters = new CreateW9FormRequestSdk();
134134
requestParameters.AvalaraVersion = 2.0.0; // string | API version
135-
requestParameters.XCorrelationId = b9de84ae-a81f-4bea-8e20-636f527a793a; // string | Unique correlation Id in a GUID format (optional)
135+
requestParameters.XCorrelationId = 0508a682-ec3b-4686-9f1c-800b1c16cb02; // string | Unique correlation Id in a GUID format (optional)
136136
requestParameters.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/) . (optional)
137137
requestParameters.CreateW9FormRequest = new CreateW9FormRequest(); // CreateW9FormRequest | Form to be created (optional)
138138
@@ -218,7 +218,7 @@ namespace Example
218218
var requestParameters = new DeleteW9FormRequestSdk();
219219
requestParameters.Id = "id_example"; // string | ID of the form to delete
220220
requestParameters.AvalaraVersion = 2.0.0; // string | API version
221-
requestParameters.XCorrelationId = 7c3b1d91-24b2-4837-81f3-53dfee39af27; // string | Unique correlation Id in a GUID format (optional)
221+
requestParameters.XCorrelationId = b6cde878-ee95-404d-864e-46cd2d3e3e85; // string | Unique correlation Id in a GUID format (optional)
222222
requestParameters.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/) . (optional)
223223
224224
try
@@ -302,7 +302,7 @@ namespace Example
302302
var requestParameters = new GetW9FormRequestSdk();
303303
requestParameters.Id = "id_example"; // string | ID of the form
304304
requestParameters.AvalaraVersion = 2.0.0; // string | API version
305-
requestParameters.XCorrelationId = 762f55d1-2a73-4d5b-bf72-8cfe3eeb88a2; // string | Unique correlation Id in a GUID format (optional)
305+
requestParameters.XCorrelationId = 6923a86c-3ac5-4826-8b32-b6f5c04bd49b; // string | Unique correlation Id in a GUID format (optional)
306306
requestParameters.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/) . (optional)
307307
308308
try
@@ -387,7 +387,7 @@ namespace Example
387387
var requestParameters = new GetW9FormPdfRequestSdk();
388388
requestParameters.Id = "id_example"; // string | Id of the form
389389
requestParameters.AvalaraVersion = 2.0.0; // string | API version
390-
requestParameters.XCorrelationId = 89d3ec3b-0f67-45c9-a2ca-4962052f518c; // string | Unique correlation Id in a GUID format (optional)
390+
requestParameters.XCorrelationId = f14992b5-c401-4059-a78e-5e4f4f389334; // string | Unique correlation Id in a GUID format (optional)
391391
requestParameters.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/) . (optional)
392392
393393
try
@@ -478,7 +478,7 @@ namespace Example
478478
requestParameters.OrderBy = "orderBy_example"; // string | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC. (optional)
479479
requestParameters.Count = true; // bool? | If true, return the global count of elements in the collection. (optional)
480480
requestParameters.CountOnly = true; // bool? | If true, return ONLY the global count of elements in the collection. It only applies when count=true. (optional)
481-
requestParameters.XCorrelationId = ce3e18ce-6c27-4e4d-8d1f-86e3c4edb2f8; // string | Unique correlation Id in a GUID format (optional)
481+
requestParameters.XCorrelationId = 99af27b9-a391-417e-a443-69f93286eb92; // string | Unique correlation Id in a GUID format (optional)
482482
requestParameters.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/) . (optional)
483483
484484
try
@@ -568,7 +568,7 @@ namespace Example
568568
var requestParameters = new SendW9FormEmailRequestSdk();
569569
requestParameters.Id = "id_example"; // string | The ID of the W9/W4/W8 form.
570570
requestParameters.AvalaraVersion = 2.0.0; // string | API version
571-
requestParameters.XCorrelationId = 0984d2ea-40e7-4c14-8df6-4fb38d7b58bf; // string | Unique correlation Id in a GUID format (optional)
571+
requestParameters.XCorrelationId = af3f06c2-8e69-4ce1-b283-a387ea3e7763; // string | Unique correlation Id in a GUID format (optional)
572572
requestParameters.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/) . (optional)
573573
574574
try
@@ -655,7 +655,7 @@ namespace Example
655655
var requestParameters = new UpdateW9FormRequestSdk();
656656
requestParameters.Id = "id_example"; // string | ID of the form to update
657657
requestParameters.AvalaraVersion = 2.0.0; // string | API version
658-
requestParameters.XCorrelationId = a9ecdca0-c53b-475a-b5b2-2bab07d1a4ae; // string | Unique correlation Id in a GUID format (optional)
658+
requestParameters.XCorrelationId = 605a2261-2ae9-46f7-b597-d2e88867e827; // string | Unique correlation Id in a GUID format (optional)
659659
requestParameters.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/) . (optional)
660660
requestParameters.CreateW9FormRequest = new CreateW9FormRequest(); // CreateW9FormRequest | Form to be updated (optional)
661661
@@ -743,7 +743,7 @@ namespace Example
743743
var requestParameters = new UploadW9FilesRequestSdk();
744744
requestParameters.Id = "id_example"; // string | Id of the form
745745
requestParameters.AvalaraVersion = 2.0.0; // string | API version
746-
requestParameters.XCorrelationId = e92920ea-0dfb-498f-a01c-b883102a2868; // string | Unique correlation Id in a GUID format (optional)
746+
requestParameters.XCorrelationId = 57662456-54a0-47c9-a5c5-4fe315a77ae7; // string | Unique correlation Id in a GUID format (optional)
747747
requestParameters.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/) . (optional)
748748
requestParameters.File = new System.IO.MemoryStream(System.IO.File.ReadAllBytes("/path/to/file.txt")); // FileParameter | (optional)
749749

0 commit comments

Comments
 (0)