attach_file_to_document
Attach a file to a specified document in Holded by providing the document type, ID, and file content as base64.
Instructions
Attach a file to a document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docType | Yes | Type of document | |
| documentId | Yes | Document ID | |
| fileBase64 | Yes | File content as base64 encoded string | |
| filename | Yes | Name of the file |