Anonymise Contact Users
This web service anonymises contact user details.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | ContactAnonymiseUsers | Required |
ContactId | Int | The unique identifier of the contact which can be retrieved using Contact List. | Required |
ContactReference | String | The internal reference of the contact. | Required |
BlackList | Bool | Mark user as blacklisted. | Optional |
Response Codes
Code | Message | Information |
---|---|---|
0 | Response Data | See 'Response' example tab |
2 | Missing parameter: ContactId or ContactReference | Mandatory parameter was not supplied |
2 | Invalid format - ContactId | Integer value is invalid or was not specified (when required) |
2 | Could not locate contact with contact {error} | No record found using the specified parameters |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=ContactAnonymiseUsers&ContactId=30967687
Response Data
{ "Code": 0, "Result": "Contact user(s) for contactId: 30967687 have now been anonymised" }