Used to retrieve the unique identifier (Rewards4 ID) of a Rewards4 member using their Email Address. Request and response samples can be found at https://secure.rewards4group.com/ws2016n/soap.asmx?op=GetRewardsIDByEmail
int GetRewardsIDByEmail (string sEmail)
| Parameter | Description | Data Type | Required? |
|---|---|---|---|
| sEmail | Email address of member / customer | String | Yes |
The operation will return one of the below codes.
| Code | Description | Data Type |
|---|---|---|
| -1 | Unable to find email address | Integer |
| -3 | An error has occurred | Integer |
| Value greater than zero | Unique identifier of Rewards4 member (Rewards4 ID) | Integer |