qbo_attachables_create
Create an Attachable record to attach files or notes to QuickBooks transactions like invoices or payments.
Instructions
Create a new Attachable record in QuickBooks Online.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| FileName | No | Original filename | |
| ContentType | No | MIME type, e.g. "application/pdf" | |
| Note | No | Free-form text note (instead of a file) | |
| FileAccessUri | No | URI for accessing the file | |
| AttachableRef | No | Array of references attaching this to one or more transactions: [{EntityRef: {value, type}, IncludeOnSend: boolean}]. | |
| Category | No | User-defined category |