Attach
Links a specified attachment (for example, 'document', 'image') to an existing NetSuite record for easy reference.
Input
| Name | Type | Description |
| AttachToInternalId | String | The unique internal identifier of the target record where the attachment will be added. |
| AttachToRecordType | String | The type of NetSuite record (such as Customer, Invoice, or SalesOrder) where the attachment will be placed. |
| AttachmentInternalId | String | The unique internal identifier of the file or record being attached. |
| AttachmentRecordType | String | The type of record for the attachment, such as File or Item. |
Result Set Columns
| Name | Type | Description |
| Successful | String | Indicates with true or false whether the attachment operation completed successfully. |