Attach
Attaches a specified attachment to a given record.
Input
Name | Type | Description |
AttachToInternalId | String | The internalId of the record to attach the attachment to. |
AttachToRecordType | String | The record type of the record to attach the attachment to. |
AttachmentInternalId | String | The internalId of the attachment. |
AttachmentRecordType | String | The record type of the attachment. |
Result Set Columns
Name | Type | Description |
Successful | String | A boolean indicating if the attachment was successful. |