AttachRelationship
Attaches a contact to a given record.
Input
| Name | Type | Description |
| AttachToInternalId | String | The internalId of the record to attach the contact to. |
| AttachToRecordType | String | The record type of the record to attach the contact to. |
| ContactInternalId | String | The internalId of the Contact to attach. |
| ContactRoleInternalId | String | The internalId of the ContactRole to use for the relationship. |
Result Set Columns
| Name | Type | Description |
| Successful | String | A boolean indicating if the attachment was successful. |