create_attachable
Creates a file attachment in QuickBooks Online. Supports metadata-only record or actual file upload to attach to entities like invoices or bills.
Instructions
Create an attachable (file attachment) in QuickBooks Online. Without base64_content, creates a metadata-only attachment record. With base64_content, uploads the actual file bytes to QBO's /upload endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | ||
| company | No | Target QuickBooks company as its realm ID (e.g. 1234567890123456). Optional — if omitted, the connection's default company is used. |