返回 QuickBooks Bills
將 Knoon AI 與 QuickBooks Bills (QuickBooks) 連接以自動化 AI 工作流程。
Create a new QuickBooks bill.
quickBooksBillCreate
測試版
內部
權限
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| vendorId | mustache | Vendor ID for the bill. | 是的 |
| lineItemsJson | mustache | JSON array of QBO Line objects (e.g. [{"DetailType":"AccountBasedExpenseLineDetail","Amount":120,"AccountBasedExpenseLineDetail":{"AccountRef":{"value":"123"}}}]). | 是的 |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | 否 |
| dueDate | mustache | Optional due 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 instead. | 否 |
| privateNote | mustache | Optional private note. | 否 |
| currencyCode | mustache | Optional currency code. | 否 |
| apAccountId | mustache | Optional AP account ID. | 否 |
| customerId | mustache | Optional Customer ID. | 否 |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | 否 |
| payloadJson | mustache | Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence. | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| 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. |





