Click or drag to resize

IUCJsonOneListLinking Method

Link or remove a Member to/from existing OneList

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
bool OneListLinking(
	string oneListId,
	string cardId,
	string email,
	string phone,
	LinkStatus status
)

Parameters

oneListId
Type: SystemString
OneList Id to link
cardId
Type: SystemString
Card Id to link or remove
email
Type: SystemString
Email address to look up Card Id when requesting a Linking
phone
Type: SystemString
Phone number to look up Card Id when requesting a Linking
status
Type: LSRetail.Omni.Domain.DataModel.Loyalty.BasketsLinkStatus
Link action

Return Value

Type: Boolean
See Also