Remove Contact Person Tag
This web service allows you to remove tags on a contact person.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | ContactPersonRemoveTag | Required |
TagId | Int | The Id of the tag to be removed on the contact person. Multiple tags can be set to set multiple tags. List them with a comma, eg: 21342,24824,87238. | Required |
ContactUserId | Guid | The contact user Id of the contact person. | Required |
ContactId | Int | If used, this parameter will update the main person at a Contact. | Required |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=ContactPersonRemoveTag&TagId=4949&ContactUserId=ebf40fbc-2df9-42bf-9ba2-9aa10fa8789b&ContactId=30967687
Response Data
{ "Code": 0, "Result": "Tags removed from user Bloggs" }