RetailTransactionServiceLoyalty::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

Called

Parameters

_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.

Return Value

Type: container
A container having the result.

The result container contains [isSuccess, Message, xmlResultString].

A sample of the result XML is provided in the source code.

Show: