IUCServiceGiftCardGetHistory Method |
Get activity history for Gift Card
Namespace: LSOmni.ServiceAssembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
SyntaxList<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