Click or drag to resize

IOperationServiceSearchClients Method

Search clients. The number of results is limited.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IReadOnlyList<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