qbo_attachables_update
Update specific fields of an existing attachment in QuickBooks Online while preserving other data. Only the fields you provide are changed, requiring the attachment ID and current SyncToken.
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 |