返回 QuickBooks Invoices
将 Knoon AI 与 QuickBooks Invoices (QuickBooks) 连接以自动化 AI 工作流。
Update an existing QuickBooks invoice (sparse update).
quickBooksInvoiceUpdate
测试版
内部
权限
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| invoiceId | mustache | QuickBooks invoice ID. | 是的 |
| syncToken | mustache | Sync token from the latest invoice read. | 是的 |
| customerId | mustache | Optional customer ID. | 没有 |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | 没有 |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | 没有 |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | 没有 |
| docNumber | mustache | Optional document number. | 没有 |
| privateNote | mustache | Optional private note. | 没有 |
| currencyCode | mustache | Optional currency code. | 没有 |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | 没有 |
| payloadJson | mustache | Optional full Invoice JSON. If provided, it is merged with the fields above and takes precedence. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| id | string | Invoice ID. |
| docNumber | string | Document number. |
| customerId | string | Customer ID. |
| txnDate | string | Transaction date. |
| dueDate | string | Due date. |
| totalAmount | number | Total amount. |
| balance | number | Open balance. |
| privateNote | string | Private note. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |