返回 QuickBooks Bill Payments
将 Knoon AI 与 QuickBooks Bill Payments (QuickBooks) 连接以自动化 AI 工作流。
Create a new QuickBooks bill payment.
quickBooksBillPaymentCreate
测试版
内部
权限
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| vendorId | mustache | Vendor ID for the bill payment. | 是的 |
| lineItemsJson | mustache | JSON array of QBO Line objects, typically linking bills to pay (e.g. [{"Amount":120,"LinkedTxn":[{"TxnId":"123","TxnType":"Bill"}]}]). | 是的 |
| totalAmount | mustache | Optional total amount. | 没有 |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | 没有 |
| docNumber | mustache | Optional document number. | 没有 |
| preventDocNumberConflict | mustache | Optional boolean. If true and docNumber already exists, the backend skips create and returns the existing bill payment instead. | 没有 |
| payType | mustache | Optional pay type, usually CHECK or CREDIT_CARD. | 没有 |
| bankAccountId | mustache | Optional bank account ID for CHECK payments or credit-card account ID for CREDIT_CARD payments. | 没有 |
| apAccountId | mustache | Optional AP account ID. | 没有 |
| privateNote | mustache | Optional private note. | 没有 |
| currencyCode | mustache | Optional currency code. | 没有 |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | 没有 |
| payloadJson | mustache | Optional full BillPayment JSON. If provided, it is merged with the fields above and takes precedence. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| id | string | Bill payment ID. |
| vendorId | string | Vendor ID. |
| txnDate | string | Transaction date. |
| docNumber | string | Document number. |
| totalAmount | number | Total amount. |
| payType | string | Payment method type. |
| apAccountId | string | Accounts payable account ID. |
| bankAccountId | string | Bank or credit-card account ID used to pay. |
| privateNote | string | Private note. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |



