返回 QuickBooks Attachments
將 Knoon AI 與 QuickBooks Attachments (QuickBooks) 連接以自動化 AI 工作流程。
Query QuickBooks Online attachments, optionally filtered by linked entity.
quickBooksAttachableQuery
測試版
內部
權限
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| entityType | mustache | Optional QuickBooks entity type to filter by, e.g. Invoice, Purchase, Bill, Item, Payment. | 否 |
| entityId | mustache | Optional QuickBooks entity ID to filter by. | 否 |
| query | mustache | Optional full QBO query. Overrides entityType/entityId when provided. | 否 |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| id | string | Attachable ID. |
| syncToken | string | Sync token. |
| fileName | string | Attachment file name. |
| note | string | Attachment note. |
| contentType | string | Attachment content type. |
| size | number | Attachment size in bytes. |
| fileAccessUri | string | QuickBooks file access URI. |
| tempDownloadUri | string | Temporary download URI when returned by QuickBooks. |
| thumbnailFileAccessUri | string | Thumbnail file access URI for image attachments. |
| thumbnailTempDownloadUri | string | Temporary thumbnail download URI when returned by QuickBooks. |
| createdAt | string | Creation timestamp. |
| updatedAt | string | Last updated timestamp. |
| refs | array | Linked QuickBooks entities. |




