Add a Source ID to a member's account. Request and response samples can be found at https://soapservices.rewards4sport.com/soap.asmx?op=AddSourceID
bool AddSourceID (int iRewardsID, string sSourceID)
| Parameter | Description | Data Type | Required? |
|---|---|---|---|
| iRewardsID | Unique identifier of Rewards4 member (Rewards4 ID) | Integer | Yes |
| sSourceID | Partner's customer number | String | Yes |
The operation will return one of the below values.
| Value | Description | Data Type |
|---|---|---|
| False | An error has occurred | Boolean |
| True | Data successfully added | Boolean |