2.6 Reverse Redemption as Currency

Used to refund a previously made redemption to an existing Rewards4 member’s account and restores points as a value. Request and response samples can be found at https://soapservices.rewards4sport.com/soap.asmx?op=GetMemberDetails_ByEmailAddressOrSourceID

int ReverseRedemptionAsCurrency (int iRewardsID, decimal dValue, datetime dDate, string sNote, string sSource)


2.6.1 Request Parameters



Parameter Description Data Type Required? 
iRewardsID Unique identifier of Rewards4 member (Rewards4 ID) Integer Yes
dValue Currency value of refunded redemption Decimal Yes
dDate Date & time of refunded redemption DateTime Yes
sNote Description of refunded redemption String Yes
sSource Transaction order number or unique identifier String Yes

2.6.2 Response


The operation will return one of the below codes.

Code Description Data Type
-1 dValue is set to zero Integer
-3 An error has occurred Integer
1 Points successfully added Integer