qbo_attachables_update
Updates an existing QuickBooks Online Attachable record with only the fields you provide. Requires the record's 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 |
|---|---|---|---|
| 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 | |
| attachableId | Yes | The Attachable ID to update | |
| SyncToken | Yes | Current SyncToken of the record (required by QBO for sparse updates; fetch the record first to obtain it) |