Click or drag to resize

IeCommerceJsonNotificationsGetByContactId Method

Get all Order Notification for a Contact

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
List<Notification> NotificationsGetByContactId(
	string contactId,
	int numberOfNotifications
)

Parameters

contactId
Type: SystemString
Contact Id
numberOfNotifications
Type: SystemInt32
Number of notifications to return

Return Value

Type: ListNotification
See Also