Click or drag to resize

IOperationServiceSearchClients Method

Search clients. The number of results is limited.

Namespace:  Resto.Front.Api.V5
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
IReadOnlyList<IClient> SearchClients(
	string query,
	SearchType searchType = SearchType.Prefix,
	ClientFields fields = ClientFields.All
)

Parameters

query
Type: SystemString
Search query.
searchType (Optional)
Type: Resto.Front.Api.V5.Data.SearchSearchType
Type of search. Default type: Prefix
fields (Optional)
Type: Resto.Front.Api.V5.Data.SearchClientFields
Customer's fields for search.

Return Value

Type: IReadOnlyListIClient
See Also