diff --git a/docs/A1099/V2/CompaniesW9Api.md b/docs/A1099/V2/CompaniesW9Api.md index f515e40..f405df9 100644 --- a/docs/A1099/V2/CompaniesW9Api.md +++ b/docs/A1099/V2/CompaniesW9Api.md @@ -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 { @@ -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); @@ -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); @@ -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); @@ -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 { diff --git a/docs/A1099/V2/Forms1099Api.md b/docs/A1099/V2/Forms1099Api.md index 14caa86..8ddbf42 100644 --- a/docs/A1099/V2/Forms1099Api.md +++ b/docs/A1099/V2/Forms1099Api.md @@ -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 { @@ -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 { @@ -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); @@ -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); @@ -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); @@ -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); @@ -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 { diff --git a/docs/A1099/V2/FormsW9Api.md b/docs/A1099/V2/FormsW9Api.md index ea59eb7..6b5946f 100644 --- a/docs/A1099/V2/FormsW9Api.md +++ b/docs/A1099/V2/FormsW9Api.md @@ -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 { @@ -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); @@ -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); @@ -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); @@ -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); @@ -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 { @@ -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 { diff --git a/docs/A1099/V2/Issuers1099Api.md b/docs/A1099/V2/Issuers1099Api.md index 650c8b2..e100273 100644 --- a/docs/A1099/V2/Issuers1099Api.md +++ b/docs/A1099/V2/Issuers1099Api.md @@ -49,7 +49,7 @@ public class Example { Issuers1099Api apiInstance = new Issuers1099Api(apiClient); String avalaraVersion = "2.0.0"; // String | API version - String xCorrelationId = "790d12c4-e473-4e06-8104-e1391469363d"; // String | Unique correlation Id in a GUID format + String xCorrelationId = "ce42bd72-2b6a-438a-8e8b-983910339267"; // 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/) . IssuerCommand issuerCommand = new IssuerCommand(); // IssuerCommand | The issuer to create try { @@ -136,7 +136,7 @@ public class Example { Issuers1099Api apiInstance = new Issuers1099Api(apiClient); String id = "id_example"; // String | Id of the issuer to delete String avalaraVersion = "2.0.0"; // String | API version - String xCorrelationId = "f4fbae4e-795e-458a-aec2-5e5232efb33b"; // String | Unique correlation Id in a GUID format + String xCorrelationId = "706821c8-d3fe-4fb8-82c2-5d6cf92c475e"; // 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.deleteIssuer(id, avalaraVersion, xCorrelationId, xAvalaraClient); @@ -221,7 +221,7 @@ public class Example { Issuers1099Api apiInstance = new Issuers1099Api(apiClient); String id = "id_example"; // String | Id of the issuer to retrieve String avalaraVersion = "2.0.0"; // String | API version - String xCorrelationId = "826bf1b5-f556-485c-be41-e57e14e5cae9"; // String | Unique correlation Id in a GUID format + String xCorrelationId = "14762757-396e-4e07-851b-2b7dd2542250"; // 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 { IssuerResponse result = apiInstance.getIssuer(id, avalaraVersion, xCorrelationId, xAvalaraClient); @@ -312,7 +312,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 = "12264f5a-c0c1-4cb2-8ab1-e5434d55b73f"; // String | Unique correlation Id in a GUID format + String xCorrelationId = "99c911ff-f4eb-42a8-841d-342a6cd1c7d5"; // 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 { PaginatedQueryResultModelIssuerResponse result = apiInstance.getIssuers(avalaraVersion, $filter, $top, $skip, $orderBy, count, countOnly, xCorrelationId, xAvalaraClient); @@ -405,7 +405,7 @@ public class Example { Issuers1099Api apiInstance = new Issuers1099Api(apiClient); String id = "id_example"; // String | Id of the issuer to update String avalaraVersion = "2.0.0"; // String | API version - String xCorrelationId = "73758ef3-adb6-4b4b-ab1b-96f87332b71d"; // String | Unique correlation Id in a GUID format + String xCorrelationId = "092e5597-f724-49e7-bffa-4f1f21cb6236"; // 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/) . IssuerCommand issuerCommand = new IssuerCommand(); // IssuerCommand | The issuer to update try { diff --git a/docs/A1099/V2/Jobs1099Api.md b/docs/A1099/V2/Jobs1099Api.md index fd4e11c..f7f130a 100644 --- a/docs/A1099/V2/Jobs1099Api.md +++ b/docs/A1099/V2/Jobs1099Api.md @@ -46,7 +46,7 @@ public class Example { Jobs1099Api apiInstance = new Jobs1099Api(apiClient); String id = "id_example"; // String | Job id obtained from other API responses, like `/1099/bulk-upsert`. String avalaraVersion = "2.0.0"; // String | API version - String xCorrelationId = "08e85997-7532-4dd7-96fa-f7a029bb399f"; // String | Unique correlation Id in a GUID format + String xCorrelationId = "0d84e31f-0d44-4920-9f1b-5daa360e7925"; // 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 { JobResult result = apiInstance.getJob(id, avalaraVersion, xCorrelationId, xAvalaraClient); diff --git a/docs/EInvoicing/V1/DataInputFieldsApi.md b/docs/EInvoicing/V1/DataInputFieldsApi.md index 6044faf..13fc050 100644 --- a/docs/EInvoicing/V1/DataInputFieldsApi.md +++ b/docs/EInvoicing/V1/DataInputFieldsApi.md @@ -47,8 +47,8 @@ public class Example { String avalaraVersion = "1.4"; // String | The HTTP Header meant to specify the version of the API intended to be used String xAvalaraClient = "John's E-Invoicing-API Client"; // String | You can freely use any text you wish for this value. This feature can help you diagnose and solve problems with your software. The header can be treated like a fingerprint. String $filter = "requiredFor/countryMandate eq AU-B2G-PEPPOL"; // String | Filter by field name and value. This filter only supports eq and contains. Refer to [https://developer.avalara.com/avatax/filtering-in-rest/](https://developer.avalara.com/avatax/filtering-in-rest/) for more information on filtering. - BigDecimal $top = new BigDecimal("10"); // BigDecimal | 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. - BigDecimal $skip = new BigDecimal("10"); // BigDecimal | If nonzero, skip this number of results before returning data. Used with $top to provide pagination for large datasets. + Integer $top = 56; // Integer | The number of items to include in the result. + Integer $skip = 56; // Integer | The number of items to skip in the result. Boolean $count = true; // Boolean | When set to true, the count of the collection is also returned in the response body Boolean $countOnly = true; // Boolean | When set to true, only the count of the collection is returned try { @@ -73,8 +73,8 @@ Name | Type | Description | Notes **avalaraVersion** | **String**| The HTTP Header meant to specify the version of the API intended to be used | **xAvalaraClient** | **String**| You can freely use any text you wish for this value. This feature can help you diagnose and solve problems with your software. The header can be treated like a fingerprint. | [optional] **$filter** | **String**| Filter by field name and value. This filter only supports <code>eq</code> and <code>contains</code>. Refer to [https://developer.avalara.com/avatax/filtering-in-rest/](https://developer.avalara.com/avatax/filtering-in-rest/) for more information on filtering. | [optional] - **$top** | **BigDecimal**| If nonzero, return no more than this number of results. Used with <code>$skip</code> 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. | [optional] - **$skip** | **BigDecimal**| If nonzero, skip this number of results before returning data. Used with <code>$top</code> to provide pagination for large datasets. | [optional] + **$top** | **Integer**| The number of items to include in the result. | [optional] + **$skip** | **Integer**| The number of items to skip in the result. | [optional] **$count** | **Boolean**| When set to true, the count of the collection is also returned in the response body | [optional] **$countOnly** | **Boolean**| When set to true, only the count of the collection is returned | [optional] diff --git a/docs/EInvoicing/V1/DocumentsApi.md b/docs/EInvoicing/V1/DocumentsApi.md index ae1e3e8..e2592b3 100644 --- a/docs/EInvoicing/V1/DocumentsApi.md +++ b/docs/EInvoicing/V1/DocumentsApi.md @@ -229,8 +229,8 @@ public class Example { String $count = "true"; // String | When set to true, the count of the collection is also returned in the response body String $countOnly = "false"; // String | When set to true, only the count of the collection is returned String $filter = "id eq 52f60401-44d0-4667-ad47-4afe519abb53"; // String | Filter by field name and value. This filter only supports eq . Refer to [https://developer.avalara.com/avatax/filtering-in-rest/](https://developer.avalara.com/avatax/filtering-in-rest/) for more information on filtering. Filtering will be done over the provided startDate and endDate. If no startDate or endDate is provided, defaults will be assumed. - BigDecimal $top = new BigDecimal("10"); // BigDecimal | 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 200 records. - String $skip = "10"; // String | If nonzero, skip this number of results before returning data. Used with $top to provide pagination for large datasets. + Integer $top = 56; // Integer | The number of items to include in the result. + Integer $skip = 56; // Integer | The number of items to skip in the result. try { DocumentListResponse result = apiInstance.getDocumentList(avalaraVersion, xAvalaraClient, startDate, endDate, flow, $count, $countOnly, $filter, $top, $skip); System.out.println(result); @@ -258,8 +258,8 @@ Name | Type | Description | Notes **$count** | **String**| When set to true, the count of the collection is also returned in the response body | [optional] **$countOnly** | **String**| When set to true, only the count of the collection is returned | [optional] **$filter** | **String**| Filter by field name and value. This filter only supports <code>eq</code> . Refer to [https://developer.avalara.com/avatax/filtering-in-rest/](https://developer.avalara.com/avatax/filtering-in-rest/) for more information on filtering. Filtering will be done over the provided startDate and endDate. If no startDate or endDate is provided, defaults will be assumed. | [optional] - **$top** | **BigDecimal**| If nonzero, return no more than this number of results. Used with <code>$skip</code> to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 200 records. | [optional] - **$skip** | **String**| If nonzero, skip this number of results before returning data. Used with <code>$top</code> to provide pagination for large datasets. | [optional] + **$top** | **Integer**| The number of items to include in the result. | [optional] + **$skip** | **Integer**| The number of items to skip in the result. | [optional] ### Return type diff --git a/docs/EInvoicing/V1/MandatesApi.md b/docs/EInvoicing/V1/MandatesApi.md index 158c095..221c1c8 100644 --- a/docs/EInvoicing/V1/MandatesApi.md +++ b/docs/EInvoicing/V1/MandatesApi.md @@ -139,8 +139,8 @@ public class Example { String avalaraVersion = "1.4"; // String | The HTTP Header meant to specify the version of the API intended to be used String xAvalaraClient = "John's E-Invoicing-API Client"; // String | You can freely use any text you wish for this value. This feature can help you diagnose and solve problems with your software. The header can be treated like a fingerprint. String $filter = "countryMandate eq DE-B2G-PEPPOL"; // String | Filter by field name and value. This filter only supports eq and contains. Refer to [https://developer.avalara.com/avatax/filtering-in-rest/](https://developer.avalara.com/avatax/filtering-in-rest/) for more information on filtering. - BigDecimal $top = new BigDecimal("10"); // BigDecimal | 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. - BigDecimal $skip = new BigDecimal("10"); // BigDecimal | If nonzero, skip this number of results before returning data. Used with $top to provide pagination for large datasets. + Integer $top = 56; // Integer | The number of items to include in the result. + Integer $skip = 56; // Integer | The number of items to skip in the result. Boolean $count = true; // Boolean | When set to true, the count of the collection is also returned in the response body. Boolean $countOnly = true; // Boolean | When set to true, only the count of the collection is returned try { @@ -165,8 +165,8 @@ Name | Type | Description | Notes **avalaraVersion** | **String**| The HTTP Header meant to specify the version of the API intended to be used | **xAvalaraClient** | **String**| You can freely use any text you wish for this value. This feature can help you diagnose and solve problems with your software. The header can be treated like a fingerprint. | [optional] **$filter** | **String**| Filter by field name and value. This filter only supports <code>eq</code> and <code>contains</code>. Refer to [https://developer.avalara.com/avatax/filtering-in-rest/](https://developer.avalara.com/avatax/filtering-in-rest/) for more information on filtering. | [optional] - **$top** | **BigDecimal**| If nonzero, return no more than this number of results. Used with <code>$skip</code> 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. | [optional] - **$skip** | **BigDecimal**| If nonzero, skip this number of results before returning data. Used with <code>$top</code> to provide pagination for large datasets. | [optional] + **$top** | **Integer**| The number of items to include in the result. | [optional] + **$skip** | **Integer**| The number of items to skip in the result. | [optional] **$count** | **Boolean**| When set to true, the count of the collection is also returned in the response body. | [optional] **$countOnly** | **Boolean**| When set to true, only the count of the collection is returned | [optional] diff --git a/docs/EInvoicing/V1/TradingPartnersApi.md b/docs/EInvoicing/V1/TradingPartnersApi.md index 8fee56e..be68e20 100644 --- a/docs/EInvoicing/V1/TradingPartnersApi.md +++ b/docs/EInvoicing/V1/TradingPartnersApi.md @@ -590,8 +590,8 @@ public class Example { String xAvalaraClient = "John's E-Invoicing-API Client"; // String | You can freely use any text you wish for this value. This feature can help you diagnose and solve problems with your software. The header can be treated like a \"Fingerprint\". String $filter = "name eq 'Batch_Search_Import_V4'"; // String | Filters the results by field name. Only the eq operator and the name field is supported. For more information, refer to [AvaTax filtering guide](https://developer.avalara.com/avatax/filtering-in-rest/). Boolean count = true; // Boolean | When set to true, returns the total count of matching records included as @recordSetCount in the response body. - String $top = "10"; // String | 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 200 records. - String $skip = "10"; // String | If nonzero, skip this number of results before returning data. Used with $top to provide pagination for large datasets. + Integer $top = 56; // Integer | The number of items to include in the result. + Integer $skip = 56; // Integer | The number of items to skip in the result. String $orderBy = "name desc"; // String | The $orderBy query parameter specifies the field and sorting direction for ordering the result set. The value is a string that combines a field name and a sorting direction (asc for ascending or desc for descending), separated by a space. String xCorrelationID = "f3f0d19a-01a1-4748-8a58-f000d0424f43"; // String | The caller can use this as an identifier to use as a correlation id to trace the call. try { @@ -617,8 +617,8 @@ Name | Type | Description | Notes **xAvalaraClient** | **String**| You can freely use any text you wish for this value. This feature can help you diagnose and solve problems with your software. The header can be treated like a \"Fingerprint\". | [optional] **$filter** | **String**| Filters the results by field name. Only the <code>eq</code> operator and the name field is supported. For more information, refer to [AvaTax filtering guide](https://developer.avalara.com/avatax/filtering-in-rest/). | [optional] **count** | **Boolean**| When set to <code>true</code>, returns the total count of matching records included as <code>@recordSetCount</code> in the response body. | [optional] - **$top** | **String**| If nonzero, return no more than this number of results. Used with <code>$skip</code> to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 200 records. | [optional] - **$skip** | **String**| If nonzero, skip this number of results before returning data. Used with <code>$top</code> to provide pagination for large datasets. | [optional] + **$top** | **Integer**| The number of items to include in the result. | [optional] + **$skip** | **Integer**| The number of items to skip in the result. | [optional] **$orderBy** | **String**| The <code>$orderBy</code> query parameter specifies the field and sorting direction for ordering the result set. The value is a string that combines a field name and a sorting direction (asc for ascending or desc for descending), separated by a space. | [optional] **xCorrelationID** | **String**| The caller can use this as an identifier to use as a correlation id to trace the call. | [optional] @@ -687,8 +687,8 @@ public class Example { String xAvalaraClient = "John's E-Invoicing-API Client"; // String | You can freely use any text you wish for this value. This feature can help you diagnose and solve problems with your software. The header can be treated like a \"Fingerprint\". Boolean count = true; // Boolean | When set to true, returns the total count of matching records included as @recordSetCount in the response body. String $filter = "network eq 'Peppol' and country eq 'Australia'"; // String | Filters the results using the eq operator. Supported fields: network, country, documentType, idType. For more information, refer to [AvaTax filtering guide](https://developer.avalara.com/avatax/filtering-in-rest/). - String $top = "10"; // String | 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 200 records. - String $skip = "10"; // String | If nonzero, skip this number of results before returning data. Used with $top to provide pagination for large datasets. + Integer $top = 56; // Integer | The number of items to include in the result. + Integer $skip = 56; // Integer | The number of items to skip in the result. String $orderBy = "name desc"; // String | The $orderBy query parameter specifies the field and sorting direction for ordering the result set. The value is a string that combines a field name and a sorting direction (asc for ascending or desc for descending), separated by a space. String xCorrelationID = "f3f0d19a-01a1-4748-8a58-f000d0424f43"; // String | The caller can use this as an identifier to use as a correlation id to trace the call. try { @@ -715,8 +715,8 @@ Name | Type | Description | Notes **xAvalaraClient** | **String**| You can freely use any text you wish for this value. This feature can help you diagnose and solve problems with your software. The header can be treated like a \"Fingerprint\". | [optional] **count** | **Boolean**| When set to <code>true</code>, returns the total count of matching records included as <code>@recordSetCount</code> in the response body. | [optional] **$filter** | **String**| Filters the results using the <code>eq</code> operator. Supported fields: <code>network</code>, <code>country</code>, <code>documentType</code>, <code>idType</code>. For more information, refer to [AvaTax filtering guide](https://developer.avalara.com/avatax/filtering-in-rest/). | [optional] - **$top** | **String**| If nonzero, return no more than this number of results. Used with <code>$skip</code> to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 200 records. | [optional] - **$skip** | **String**| If nonzero, skip this number of results before returning data. Used with <code>$top</code> to provide pagination for large datasets. | [optional] + **$top** | **Integer**| The number of items to include in the result. | [optional] + **$skip** | **Integer**| The number of items to skip in the result. | [optional] **$orderBy** | **String**| The <code>$orderBy</code> query parameter specifies the field and sorting direction for ordering the result set. The value is a string that combines a field name and a sorting direction (asc for ascending or desc for descending), separated by a space. | [optional] **xCorrelationID** | **String**| The caller can use this as an identifier to use as a correlation id to trace the call. | [optional] diff --git a/src/main/java/Avalara/SDK/api/EInvoicing/V1/DataInputFieldsApi.java b/src/main/java/Avalara/SDK/api/EInvoicing/V1/DataInputFieldsApi.java index fa31bec..3cf9f10 100644 --- a/src/main/java/Avalara/SDK/api/EInvoicing/V1/DataInputFieldsApi.java +++ b/src/main/java/Avalara/SDK/api/EInvoicing/V1/DataInputFieldsApi.java @@ -36,7 +36,6 @@ import java.util.*; -import java.math.BigDecimal; import Avalara.SDK.model.EInvoicing.V1.DataInputFieldsResponse; import Avalara.SDK.model.EInvoicing.V1.ForbiddenError; import Avalara.SDK.model.EInvoicing.V1.InternalServerError; @@ -252,8 +251,8 @@ public okhttp3.Call getDataInputFieldsAsync(GetDataInputFieldsRequest requestPar * @param avalaraVersion The HTTP Header meant to specify the version of the API intended to be used * @param xAvalaraClient You can freely use any text you wish for this value. This feature can help you diagnose and solve problems with your software. The header can be treated like a fingerprint. (optional) * @param $filter Filter by field name and value. This filter only supports eq and contains. Refer to [https://developer.avalara.com/avatax/filtering-in-rest/](https://developer.avalara.com/avatax/filtering-in-rest/) for more information on filtering. (optional) - * @param $top 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. (optional) - * @param $skip If nonzero, skip this number of results before returning data. Used with $top to provide pagination for large datasets. (optional) + * @param $top The number of items to include in the result. (optional) + * @param $skip The number of items to skip in the result. (optional) * @param $count When set to true, the count of the collection is also returned in the response body (optional) * @param $countOnly When set to true, only the count of the collection is returned (optional) */ @@ -261,8 +260,8 @@ public class GetDataInputFieldsRequest { private String avalaraVersion; private String xAvalaraClient; private String $filter; - private BigDecimal $top; - private BigDecimal $skip; + private Integer $top; + private Integer $skip; private Boolean $count; private Boolean $countOnly; @@ -275,10 +274,10 @@ public GetDataInputFieldsRequest () { public void setXAvalaraClient(String xAvalaraClient) { this.xAvalaraClient = xAvalaraClient; } public String get$filter() { return $filter; } public void set$filter(String $filter) { this.$filter = $filter; } - public BigDecimal get$top() { return $top; } - public void set$top(BigDecimal $top) { this.$top = $top; } - public BigDecimal get$skip() { return $skip; } - public void set$skip(BigDecimal $skip) { this.$skip = $skip; } + public Integer get$top() { return $top; } + public void set$top(Integer $top) { this.$top = $top; } + public Integer get$skip() { return $skip; } + public void set$skip(Integer $skip) { this.$skip = $skip; } public Boolean get$count() { return $count; } public void set$count(Boolean $count) { this.$count = $count; } public Boolean get$countOnly() { return $countOnly; } diff --git a/src/main/java/Avalara/SDK/api/EInvoicing/V1/DocumentsApi.java b/src/main/java/Avalara/SDK/api/EInvoicing/V1/DocumentsApi.java index 2c3b455..c8bd31b 100644 --- a/src/main/java/Avalara/SDK/api/EInvoicing/V1/DocumentsApi.java +++ b/src/main/java/Avalara/SDK/api/EInvoicing/V1/DocumentsApi.java @@ -38,7 +38,6 @@ import Avalara.SDK.model.EInvoicing.V1.BadDownloadRequest; import Avalara.SDK.model.EInvoicing.V1.BadRequest; -import java.math.BigDecimal; import Avalara.SDK.model.EInvoicing.V1.DocumentFetch; import Avalara.SDK.model.EInvoicing.V1.DocumentListResponse; import Avalara.SDK.model.EInvoicing.V1.DocumentStatusResponse; @@ -668,8 +667,8 @@ public okhttp3.Call getDocumentListAsync(GetDocumentListRequest requestParameter * @param $count When set to true, the count of the collection is also returned in the response body (optional) * @param $countOnly When set to true, only the count of the collection is returned (optional) * @param $filter Filter by field name and value. This filter only supports eq . Refer to [https://developer.avalara.com/avatax/filtering-in-rest/](https://developer.avalara.com/avatax/filtering-in-rest/) for more information on filtering. Filtering will be done over the provided startDate and endDate. If no startDate or endDate is provided, defaults will be assumed. (optional) - * @param $top 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 200 records. (optional) - * @param $skip If nonzero, skip this number of results before returning data. Used with $top to provide pagination for large datasets. (optional) + * @param $top The number of items to include in the result. (optional) + * @param $skip The number of items to skip in the result. (optional) */ public class GetDocumentListRequest { private String avalaraVersion; @@ -680,8 +679,8 @@ public class GetDocumentListRequest { private String $count; private String $countOnly; private String $filter; - private BigDecimal $top; - private String $skip; + private Integer $top; + private Integer $skip; public GetDocumentListRequest () { } @@ -702,10 +701,10 @@ public GetDocumentListRequest () { public void set$countOnly(String $countOnly) { this.$countOnly = $countOnly; } public String get$filter() { return $filter; } public void set$filter(String $filter) { this.$filter = $filter; } - public BigDecimal get$top() { return $top; } - public void set$top(BigDecimal $top) { this.$top = $top; } - public String get$skip() { return $skip; } - public void set$skip(String $skip) { this.$skip = $skip; } + public Integer get$top() { return $top; } + public void set$top(Integer $top) { this.$top = $top; } + public Integer get$skip() { return $skip; } + public void set$skip(Integer $skip) { this.$skip = $skip; } } /** diff --git a/src/main/java/Avalara/SDK/api/EInvoicing/V1/MandatesApi.java b/src/main/java/Avalara/SDK/api/EInvoicing/V1/MandatesApi.java index 8717edc..76f4f00 100644 --- a/src/main/java/Avalara/SDK/api/EInvoicing/V1/MandatesApi.java +++ b/src/main/java/Avalara/SDK/api/EInvoicing/V1/MandatesApi.java @@ -37,7 +37,6 @@ import Avalara.SDK.model.EInvoicing.V1.BadRequest; -import java.math.BigDecimal; import Avalara.SDK.model.EInvoicing.V1.ForbiddenError; import Avalara.SDK.model.EInvoicing.V1.InternalServerError; import Avalara.SDK.model.EInvoicing.V1.MandateDataInputField; @@ -479,8 +478,8 @@ public okhttp3.Call getMandatesAsync(GetMandatesRequest requestParameters, final * @param avalaraVersion The HTTP Header meant to specify the version of the API intended to be used * @param xAvalaraClient You can freely use any text you wish for this value. This feature can help you diagnose and solve problems with your software. The header can be treated like a fingerprint. (optional) * @param $filter Filter by field name and value. This filter only supports eq and contains. Refer to [https://developer.avalara.com/avatax/filtering-in-rest/](https://developer.avalara.com/avatax/filtering-in-rest/) for more information on filtering. (optional) - * @param $top 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. (optional) - * @param $skip If nonzero, skip this number of results before returning data. Used with $top to provide pagination for large datasets. (optional) + * @param $top The number of items to include in the result. (optional) + * @param $skip The number of items to skip in the result. (optional) * @param $count When set to true, the count of the collection is also returned in the response body. (optional) * @param $countOnly When set to true, only the count of the collection is returned (optional) */ @@ -488,8 +487,8 @@ public class GetMandatesRequest { private String avalaraVersion; private String xAvalaraClient; private String $filter; - private BigDecimal $top; - private BigDecimal $skip; + private Integer $top; + private Integer $skip; private Boolean $count; private Boolean $countOnly; @@ -502,10 +501,10 @@ public GetMandatesRequest () { public void setXAvalaraClient(String xAvalaraClient) { this.xAvalaraClient = xAvalaraClient; } public String get$filter() { return $filter; } public void set$filter(String $filter) { this.$filter = $filter; } - public BigDecimal get$top() { return $top; } - public void set$top(BigDecimal $top) { this.$top = $top; } - public BigDecimal get$skip() { return $skip; } - public void set$skip(BigDecimal $skip) { this.$skip = $skip; } + public Integer get$top() { return $top; } + public void set$top(Integer $top) { this.$top = $top; } + public Integer get$skip() { return $skip; } + public void set$skip(Integer $skip) { this.$skip = $skip; } public Boolean get$count() { return $count; } public void set$count(Boolean $count) { this.$count = $count; } public Boolean get$countOnly() { return $countOnly; } diff --git a/src/main/java/Avalara/SDK/api/EInvoicing/V1/TradingPartnersApi.java b/src/main/java/Avalara/SDK/api/EInvoicing/V1/TradingPartnersApi.java index 9e61899..3b516c1 100644 --- a/src/main/java/Avalara/SDK/api/EInvoicing/V1/TradingPartnersApi.java +++ b/src/main/java/Avalara/SDK/api/EInvoicing/V1/TradingPartnersApi.java @@ -1491,8 +1491,8 @@ public okhttp3.Call listBatchSearchesAsync(ListBatchSearchesRequest requestParam * @param xAvalaraClient You can freely use any text you wish for this value. This feature can help you diagnose and solve problems with your software. The header can be treated like a \"Fingerprint\". (optional) * @param $filter Filters the results by field name. Only the eq operator and the name field is supported. For more information, refer to [AvaTax filtering guide](https://developer.avalara.com/avatax/filtering-in-rest/). (optional) * @param count When set to true, returns the total count of matching records included as @recordSetCount in the response body. (optional) - * @param $top 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 200 records. (optional) - * @param $skip If nonzero, skip this number of results before returning data. Used with $top to provide pagination for large datasets. (optional) + * @param $top The number of items to include in the result. (optional) + * @param $skip The number of items to skip in the result. (optional) * @param $orderBy The $orderBy query parameter specifies the field and sorting direction for ordering the result set. The value is a string that combines a field name and a sorting direction (asc for ascending or desc for descending), separated by a space. (optional) * @param xCorrelationID The caller can use this as an identifier to use as a correlation id to trace the call. (optional) */ @@ -1501,8 +1501,8 @@ public class ListBatchSearchesRequest { private String xAvalaraClient; private String $filter; private Boolean count; - private String $top; - private String $skip; + private Integer $top; + private Integer $skip; private String $orderBy; private String xCorrelationID; @@ -1517,10 +1517,10 @@ public ListBatchSearchesRequest () { public void set$filter(String $filter) { this.$filter = $filter; } public Boolean getCount() { return count; } public void setCount(Boolean count) { this.count = count; } - public String get$top() { return $top; } - public void set$top(String $top) { this.$top = $top; } - public String get$skip() { return $skip; } - public void set$skip(String $skip) { this.$skip = $skip; } + public Integer get$top() { return $top; } + public void set$top(Integer $top) { this.$top = $top; } + public Integer get$skip() { return $skip; } + public void set$skip(Integer $skip) { this.$skip = $skip; } public String get$orderBy() { return $orderBy; } public void set$orderBy(String $orderBy) { this.$orderBy = $orderBy; } public String getXCorrelationID() { return xCorrelationID; } @@ -1729,8 +1729,8 @@ public okhttp3.Call searchParticipantsAsync(SearchParticipantsRequest requestPar * @param xAvalaraClient You can freely use any text you wish for this value. This feature can help you diagnose and solve problems with your software. The header can be treated like a \"Fingerprint\". (optional) * @param count When set to true, returns the total count of matching records included as @recordSetCount in the response body. (optional) * @param $filter Filters the results using the eq operator. Supported fields: network, country, documentType, idType. For more information, refer to [AvaTax filtering guide](https://developer.avalara.com/avatax/filtering-in-rest/). (optional) - * @param $top 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 200 records. (optional) - * @param $skip If nonzero, skip this number of results before returning data. Used with $top to provide pagination for large datasets. (optional) + * @param $top The number of items to include in the result. (optional) + * @param $skip The number of items to skip in the result. (optional) * @param $orderBy The $orderBy query parameter specifies the field and sorting direction for ordering the result set. The value is a string that combines a field name and a sorting direction (asc for ascending or desc for descending), separated by a space. (optional) * @param xCorrelationID The caller can use this as an identifier to use as a correlation id to trace the call. (optional) */ @@ -1740,8 +1740,8 @@ public class SearchParticipantsRequest { private String xAvalaraClient; private Boolean count; private String $filter; - private String $top; - private String $skip; + private Integer $top; + private Integer $skip; private String $orderBy; private String xCorrelationID; @@ -1758,10 +1758,10 @@ public SearchParticipantsRequest () { public void setCount(Boolean count) { this.count = count; } public String get$filter() { return $filter; } public void set$filter(String $filter) { this.$filter = $filter; } - public String get$top() { return $top; } - public void set$top(String $top) { this.$top = $top; } - public String get$skip() { return $skip; } - public void set$skip(String $skip) { this.$skip = $skip; } + public Integer get$top() { return $top; } + public void set$top(Integer $top) { this.$top = $top; } + public Integer get$skip() { return $skip; } + public void set$skip(Integer $skip) { this.$skip = $skip; } public String get$orderBy() { return $orderBy; } public void set$orderBy(String $orderBy) { this.$orderBy = $orderBy; } public String getXCorrelationID() { return xCorrelationID; }