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