Click or drag to resize

IUCJsonNotificationsGetByCardId Method

Get all Order Notification for a Contact

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
List<Notification> NotificationsGetByCardId(
	string cardId,
	int numberOfNotifications
)

Parameters

cardId  String
Card Id
numberOfNotifications  Int32
Number of notifications to return

Return Value

ListNotification
Remarks
LS Nav WS1: LOAD_MEMBER_DIR_MARK_INFO

LS Central WS2: GetDirectMarketingInfo

See Also