返回 QuickBooks Purchases
将 Knoon AI 与 QuickBooks Purchases (QuickBooks) 连接以自动化 AI 工作流。
Fully update an existing QuickBooks Purchase (non-sparse update).
quickBooksPurchaseFullUpdate
测试版
内部
权限
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| purchaseId | mustache | QuickBooks Purchase ID. | 是的 |
| syncToken | mustache | Sync token from the latest purchase read. | 是的 |
| accountId | mustache | Optional account ID. | 没有 |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | 没有 |
| paymentType | mustache | Optional payment type (Cash, Check, CreditCard). | 没有 |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | 没有 |
| totalAmount | mustache | Optional total amount. | 没有 |
| privateNote | mustache | Optional private note. | 没有 |
| currencyCode | mustache | Optional currency code. | 没有 |
| entityId | mustache | Optional entity reference ID (for customer/vendor/employee). | 没有 |
| entityType | mustache | Optional entity reference type (Customer, Vendor, Employee). | 没有 |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | 没有 |
| payloadJson | mustache | Optional full Purchase JSON. If provided, it is merged with the fields above and takes precedence. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| id | string | Record ID. |
| name | string | Name or display name. |
| docNumber | string | Document number. |
| txnDate | string | Transaction date. |
| totalAmount | number | Total amount. |
| active | boolean | Whether the record is active. |
| syncToken | string | Sync token. |
| currencyCode | string | Currency code. |





