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