AssociateContacts
Associates a tag with a specific entity in a specific project.
Procedure-Specific Information
An example query for executing this stored procedure is shown below:EXEC AssociateContacts PortalId = '12345317133', ProjectId = '123456000000031899', ContactId = '1234560000000123456'
Input
Name | Type | Required | Description |
PortalId | String | True | Specify the portal Id. |
ProjectId | String | True | Specify the group Id. |
ContactId | String | True | Array of client contact Ids. Multiple Ids can be separated by comma. |
Result Set Columns
Name | Type | Description |
Success | String | Specifies whether the execution was successful. |