返回 QuickBooks Bills
將 Knoon AI 與 QuickBooks Bills (QuickBooks) 連接以自動化 AI 工作流程。
Find QuickBooks bills with the same transaction date and total amount.
quickBooksBillFindDuplicates
測試版
內部
權限
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| txnDate | mustache | Transaction date to match (YYYY-MM-DD). | 是的 |
| totalAmount | mustache | Total amount to match. | 是的 |
| vendorId | mustache | Optional vendor ID filter. | 否 |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| id | string | Bill ID. |
| docNumber | string | Bill document number. |
| vendorId | string | Vendor ID. |
| txnDate | string | Transaction date. |
| dueDate | string | Due date. |
| totalAmount | number | Total amount. |
| balance | number | Open balance. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |
| privateNote | string | Private note. |





