Click or drag to resize

IUCService.ContactSearch Method

Search for list of Member Contacts by different searchType methods, will return any contact that will match the search value.

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2025.4
Syntax
C#
List<MemberContact> ContactSearch(
	ContactSearchType searchType,
	string search,
	int maxNumberOfRowsReturned
)

Parameters

searchType
Type: LSRetail.Omni.Domain.DataModel.Loyalty.Members.ContactSearchType
Field to search by
search
Type: System.String
Search value
maxNumberOfRowsReturned
Type: System.Int32
Max number of record, if set to 1 the exact search will be performed

Return Value

Type: List<MemberContact>
Remarks
LS Central WS2 : GetMemberContact2

LS Central WS4 : GetMemberContactInfo

See Also