To identify if a member has set a password on their Rewards4 account. Request and response samples can be found at https://secure.rewards4group.com/ws2016n/soap.asmx?op=GetMemberActivationStatus
int GetMemberActivationStatus (int iRewardsID)
| Parameter | Description | Data Type | Required? |
|---|---|---|---|
| iRewardsID | Unique identifier of Rewards4 member (Rewards4 ID) | Integer | Yes |
The operation will return one of the below codes.
| Value | Description | Data Type |
|---|---|---|
| 2 | Inactive Rewards4 Account | Integer |
| 1 | Member has set Rewards4 Password | Integer |
| 0 | Member has not set Rewards4 Password | Integer |
| -1 | Invalid RewardsID | Integer |
| -3 | An error has occurred | Integer |