Click or drag to resize

IUCServiceGiftCardGetHistory Method

Get activity history for Gift Card

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
List<GiftCardEntry> GiftCardGetHistory(
	string cardNo,
	int pin,
	string entryType
)

Parameters

cardNo  String
Gift card number
pin  Int32
Gift card pin number
entryType  String
Gift card Entry type. If empty, GiftCard_DataEntryType from TenantConfig is used

Return Value

ListGiftCardEntry
Remarks
LS Central WS2: GetVoucherEntriesV2 (LS Central 24.0+), GetVoucherEntries (earlier)
See Also