Click or drag to resize

IUCJson.CardGetPointEntries Method

Get Point entries for Member Card

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2025.4
Syntax
C#
List<PointEntry> CardGetPointEntries(
	string cardId,
	DateTime dateFrom
)

Parameters

cardId
Type: System.String
dateFrom
Type: System.DateTime

Return Value

Type: List<PointEntry>
See Also