Click or drag to resize

IUCJson.NotificationsGetByCardId Method

Get all Order Notification for a Contact

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

Parameters

cardId
Type: System.String
Card Id
numberOfNotifications
Type: System.Int32
Number of notifications to return

Return Value

Type: List<Notification>
Remarks
LS Nav WS1 : LOAD_MEMBER_DIR_MARK_INFO

LS Central WS2 : GetDirectMarketingInfo

See Also