AttachRelationship
Associates a contact with an existing NetSuite record, establishing a relationship link.
Input
| Name | Type | Description |
| AttachToInternalId | String | The unique internal identifier of the target record for the contact attachment. |
| AttachToRecordType | String | The type of record, such as Customer or Vendor, that the contact will be attached to. |
| ContactInternalId | String | The unique internal identifier of the contact to be attached to the specified record. |
| ContactRoleInternalId | String | The unique internal identifier for the contact role, specifying the nature of the relationship, such as 'Decision Maker' or 'Billing Contact'. |
Result Set Columns
| Name | Type | Description |
| Successful | String | A true or false value indicating whether the contact attachment process was completed successfully. |