This will return a unique Rewards4 Deep Link for a Rewards4 member. A Rewards4 Deep Link can be used to log a member into the relevant programme’s website. Request and response samples can be found at https://secure.rewards4group.com/ws2016n/soap.asmx?op=GetMemberDeepLink
string GetMemberDeepLink (int iRewardsID)
| Parameter | Description | Data Type | Required? |
|---|---|---|---|
| iRewardsID | Unique identifier of Rewards4 member (Rewards4 ID) | Integer | Yes |
If there is an error the operation will return one of the below codes instead of the Rewards4 Deep Link.
| Value | Description | Data Type |
|---|---|---|
| -1 | Invalid Rewards4 ID | String |
| -2 | Rewards4 ID not found | String |
| -3 | An error has occurred | String |