IOperationServiceSearchClients Method |
Search clients. The number of results is limited.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxIReadOnlyList<IClient> SearchClients(
string query,
ICredentials credentials,
SearchType searchType = SearchType.Prefix,
ClientFields fields = ClientFields.All
)
Parameters
- query String
-
Search query.
- credentials ICredentials
-
The credentials returned by AuthenticateByPin(String) method.
- searchType SearchType (Optional)
-
Type of search. Default type: Prefix
- fields ClientFields (Optional)
-
Customer's fields for search. Default is All.
Return Value
IReadOnlyListIClient
See Also