Skip to main content

Add a Contact Person Tag

This web service allows you to set the tags on a contact person.

Query String Parameters

NameTypeDescriptionRequired
ActionStringContactPersonSetTagRequired
TagIdIntThe Id of the tag to be saved on the contact person. Multiple tags can be set to set multiple tags, list them with a comma, eg: 21342,48724,82382.Required
ContactUserIdGuidThe contact user Id of the contact person.Required
ContactIdIntIf used, this parameter will update the main person at a contact.Required

Response Codes

CodeMessageInformation
0Response DataSee 'Response' example tab
2Missing parameter - tagIdMandatory parameter was not supplied
2Missing parameter - contactUserId or contactIdMandatory parameter was not supplied
2Missing or invalid parameter - contactUserIdMandatory parameter was not supplied
2Invalid parameter - contactIdInteger value is invalid or was not specified (when required)
2Cannot find Contact PersonNo record found using the specified parameters
2Invalid or missing tagNo record found using the specified parameters

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=ContactPersonSetTag&ContactUserId=10c73b0c-9ee4-47c4-87f4-0dabf111c020&TagId=942