返回 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. |





