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 2024.4
Syntax
C#
List<Notification> NotificationsGetByCardId(
	string cardId,
	int numberOfNotifications
)

Parameters

cardId
Type: SystemString
Card Id
numberOfNotifications
Type: SystemInt32
Number of notifications to return

Return Value

Type: ListNotification
Remarks
LS Nav WS1 : LOAD_MEMBER_DIR_MARK_INFO

LS Central WS2 : GetDirectMarketingInfo

See Also