Click or drag to resize

IUCJsonCustomerSearch Method

Search for Customer

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
List<Customer> CustomerSearch(
	CustomerSearchType searchType,
	string search,
	int maxNumberOfRowsReturned
)

Parameters

searchType
Type: LSRetail.Omni.Domain.DataModel.Base.RetailCustomerSearchType
search
Type: SystemString
maxNumberOfRowsReturned
Type: SystemInt32

Return Value

Type: ListCustomer
See Also