This will return a list of Rewards4 IDs that have been deleted between the provided dates. Request and response samples can be found at https://secure.rewards4group.com/ws2016n/soap.asmx?op=GetDeletedMembers
string GetDeletedMembers (DateTime dStart, DateTime dEnd)
| Parameter | Description | Data Type | Required? |
|---|---|---|---|
| dStart | Start date of range | DateTime | Yes |
| dEnd | End date of range | DateTime | Yes |
If there is an error the operation will return one of the below codes instead of a list of Rewards4 IDs.
| Value | Description | Data Type |
|---|---|---|
| -3 | An error has occurred | Integer |
| -4 | The end date is earlier than the start date | Integer |
| -5 | Date range is greater than 30 days | Integer |