AutoCompleteRequest
Type, Introduced in version 2.46
Used to execute auto-complete searches.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Filter | String | The string to use when filtering the auto-complete results. |
|
WarehouseIds | Int64[] | The business key identifiers of the warehouses to include in the auto-complete search or null to only search the session's current warehouse. |
|
Offset | Int32? | The amount of records to skip in the auto-complete search results.
|
|
SortIndex | Int32? | The index of the column in the auto-complete search results to sort by.
|
|
SortOrder | Int32? | The order to apply to the auto-complete search results.
|
|
Context | String | General context information to apply to the auto-complete search. |
|
PageSize | Int32? | The amount of records to get.
|
Example
{
"Filter": null,
"WarehouseIds": null,
"Offset": null,
"SortIndex": null,
"SortOrder": null,
"Context": null,
"PageSize": null
}