Click or drag to resize

IeCommerceJson.NotificationsGetByContactId 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: System.String
Contact Id
numberOfNotifications
Type: System.Int32
Number of notifications to return

Return Value

Type: List<Notification>
See Also