docs/SuppliersApi.md in fattureincloud_ruby_sdk-2.0.5 vs docs/SuppliersApi.md in fattureincloud_ruby_sdk-2.0.6
- old
+ new
@@ -255,11 +255,12 @@
opts = {
fields: 'fields_example', # String | List of comma-separated fields.
fieldset: 'basic', # String | Name of the fieldset.
sort: 'sort_example', # String | List of comma-separated fields for result sorting (minus for desc sorting).
page: 56, # Integer | The page to retrieve.
- per_page: 56 # Integer | The size of the page.
+ per_page: 56, # Integer | The size of the page.
+ q: 'q_example' # String | Query for filtering the results.
}
begin
# List Suppliers
result = api_instance.list_suppliers(company_id, opts)
@@ -295,9 +296,10 @@
| **fields** | **String** | List of comma-separated fields. | [optional] |
| **fieldset** | **String** | Name of the fieldset. | [optional] |
| **sort** | **String** | List of comma-separated fields for result sorting (minus for desc sorting). | [optional] |
| **page** | **Integer** | The page to retrieve. | [optional][default to 1] |
| **per_page** | **Integer** | The size of the page. | [optional][default to 5] |
+| **q** | **String** | Query for filtering the results. | [optional] |
### Return type
[**ListSuppliersResponse**](ListSuppliersResponse.md)