You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x_avalara_client (str): 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]
170
169
filter (str): 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]
171
-
top (decimal.Decimal): 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]
172
-
skip (decimal.Decimal): If nonzero, skip this number of results before returning data. Used with <code>$top</code> to provide pagination for large datasets.. [optional]
170
+
top (int): The number of items to include in the result.. [optional]
171
+
skip (int): The number of items to skip in the result.. [optional]
173
172
count (bool): When set to true, the count of the collection is also returned in the response body. [optional]
174
173
count_only (bool): When set to true, only the count of the collection is returned. [optional]
175
174
_return_http_data_only (bool): response data without head status
count (str): When set to true, the count of the collection is also returned in the response body. [optional]
618
617
count_only (str): When set to true, only the count of the collection is returned. [optional]
619
618
filter (str): 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]
620
-
top (decimal.Decimal): 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]
621
-
skip (str): If nonzero, skip this number of results before returning data. Used with <code>$top</code> to provide pagination for large datasets.. [optional]
619
+
top (int): The number of items to include in the result.. [optional]
620
+
skip (int): The number of items to skip in the result.. [optional]
622
621
_return_http_data_only (bool): response data without head status
623
622
code and headers. Default is True.
624
623
_preload_content (bool): if False, the urllib3.HTTPResponse object
x_avalara_client (str): 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]
325
324
filter (str): 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]
326
-
top (decimal.Decimal): 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]
327
-
skip (decimal.Decimal): If nonzero, skip this number of results before returning data. Used with <code>$top</code> to provide pagination for large datasets.. [optional]
325
+
top (int): The number of items to include in the result.. [optional]
326
+
skip (int): The number of items to skip in the result.. [optional]
328
327
count (bool): When set to true, the count of the collection is also returned in the response body.. [optional]
329
328
count_only (bool): When set to true, only the count of the collection is returned. [optional]
330
329
_return_http_data_only (bool): response data without head status
x_avalara_client (str): 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]
1229
1229
filter (str): 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]
1230
1230
count (bool): When set to <code>true</code>, returns the total count of matching records included as <code>@recordSetCount</code> in the response body.. [optional]
1231
-
top (str): 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]
1232
-
skip (str): If nonzero, skip this number of results before returning data. Used with <code>$top</code> to provide pagination for large datasets.. [optional]
1231
+
top (int): The number of items to include in the result.. [optional]
1232
+
skip (int): The number of items to skip in the result.. [optional]
1233
1233
order_by (str): 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]
1234
1234
x_correlation_id (str): The caller can use this as an identifier to use as a correlation id to trace the call.. [optional]
1235
1235
_return_http_data_only (bool): response data without head status
@@ -1304,8 +1304,8 @@ def search_participants(
1304
1304
x_avalara_client (str): 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]
1305
1305
count (bool): When set to <code>true</code>, returns the total count of matching records included as <code>@recordSetCount</code> in the response body.. [optional]
1306
1306
filter (str): 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]
1307
-
top (str): 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]
1308
-
skip (str): If nonzero, skip this number of results before returning data. Used with <code>$top</code> to provide pagination for large datasets.. [optional]
1307
+
top (int): The number of items to include in the result.. [optional]
1308
+
skip (int): The number of items to skip in the result.. [optional]
1309
1309
order_by (str): 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]
1310
1310
x_correlation_id (str): The caller can use this as an identifier to use as a correlation id to trace the call.. [optional]
1311
1311
_return_http_data_only (bool): response data without head status
x_correlation_id ='fe0b2c61-3b02-476a-ab45-cffe1b04e41a'# str | Unique correlation Id in a GUID format (optional)
48
+
x_correlation_id ='144f810d-5777-472b-b372-c1028d9a13ae'# str | Unique correlation Id in a GUID format (optional)
49
49
x_avalara_client ='Swagger UI; 22.1.0'# str | 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)
50
50
company_create_update_request_model = Avalara.SDK.CompanyCreateUpdateRequestModel() # CompanyCreateUpdateRequestModel | The company to create (optional)
51
51
# example passing only required values which don't have defaults set
@@ -132,7 +132,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
x_correlation_id ='250cdf61-a491-4fce-9544-33316d95a0a2'# str | Unique correlation Id in a GUID format (optional)
135
+
x_correlation_id ='db071c51-528f-4929-a031-523aa34002d1'# str | Unique correlation Id in a GUID format (optional)
136
136
x_avalara_client ='Swagger UI; 22.1.0'# str | 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)
137
137
# example passing only required values which don't have defaults set
138
138
try:
@@ -224,7 +224,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
224
224
order_by ='order_by_example'# str | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC. (optional)
225
225
count =True# bool | If true, return the global count of elements in the collection. (optional)
226
226
count_only =True# bool | If true, return ONLY the global count of elements in the collection. It only applies when count=true. (optional)
227
-
x_correlation_id ='9bc362f8-548a-4a98-b44b-37da159b8126'# str | Unique correlation Id in a GUID format (optional)
227
+
x_correlation_id ='7ad30f3a-b27d-440e-98da-516663741d89'# str | Unique correlation Id in a GUID format (optional)
228
228
x_avalara_client ='Swagger UI; 22.1.0'# str | 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)
229
229
# example passing only required values which don't have defaults set
230
230
try:
@@ -318,7 +318,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
x_correlation_id ='1c9d767c-523c-42c5-bbcb-5158761b48a0'# str | Unique correlation Id in a GUID format (optional)
321
+
x_correlation_id ='77521b27-805c-40b1-a6c8-3d6339acba99'# str | Unique correlation Id in a GUID format (optional)
322
322
x_avalara_client ='Swagger UI; 22.1.0'# str | 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)
323
323
# example passing only required values which don't have defaults set
324
324
try:
@@ -408,7 +408,7 @@ with Avalara.SDK.ApiClient(configuration) as api_client:
id='id_example'# str | The ID of the company to update
410
410
avalara_version ='2.0.0'# str | API version
411
-
x_correlation_id ='03774e95-4208-4f91-a5c8-e218fcb3c0a4'# str | Unique correlation Id in a GUID format (optional)
411
+
x_correlation_id ='9b982dee-5208-416e-8acf-84070e235acc'# str | Unique correlation Id in a GUID format (optional)
412
412
x_avalara_client ='Swagger UI; 22.1.0'# str | 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)
413
413
company_create_update_request_model = Avalara.SDK.CompanyCreateUpdateRequestModel() # CompanyCreateUpdateRequestModel | The updated company data (optional)
414
414
# example passing only required values which don't have defaults set
0 commit comments