qbo_attachables_update
Update an existing Attachable record in QuickBooks Online with only the fields you provide. Requires the Attachable ID and current SyncToken to change notes, category, filename, or transaction references.
Instructions
Sparse-update an existing Attachable record. Only provided fields are changed; Id and SyncToken are required.
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 | |
| SyncToken | Yes | Current SyncToken of the record (required by QBO for sparse updates; fetch the record first to obtain it) | |
| ContentType | No | MIME type, e.g. "application/pdf" | |
| attachableId | Yes | The Attachable ID to update | |
| AttachableRef | No | Array of references attaching this to one or more transactions: [{EntityRef: {value, type}, IncludeOnSend: boolean}]. | |
| FileAccessUri | No | URI for accessing the file |