RetailTransactionService::GetLoyaltyCardTransactions Method [AX 2012]
Get loyalty card transaction
client server public static container GetLoyaltyCardTransactions(
RetailLoyaltyCardNumber _cardNumber,
RetailLoyaltyRewardPointID _rewardPointId,
[int64 _top,
int64 _skip,
boolean _calculateTotalCount])
Run On
CalledParameters
- _cardNumber
- Type: RetailLoyaltyCardNumber Extended Data Type
The card number.
- _rewardPointId
- Type: RetailLoyaltyRewardPointID Extended Data Type
The reward point Id.
- _top
- Type: int64
The top count, i.e. the number of transactions to get.
- _skip
- Type: int64
The skip number, i.e. the number of transactions to skip.
- _calculateTotalCount
- Type: boolean
The flag indicating whether the result should contains the total number of the transactions.
Show: