QuickBooks Purchase Orders に戻る
QuickBooks Purchase Orders (QuickBooks) と Knoon AI を接続して AI ワークフローを自動化します。
Update an existing QuickBooks PurchaseOrder (sparse update).
quickBooksPurchaseOrderUpdate
ベータ
内部
権限
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| purchaseOrderId | mustache | QuickBooks PurchaseOrder ID. | はい |
| syncToken | mustache | Sync token from the latest purchase order read. | はい |
| vendorId | mustache | Optional vendor ID. | いいえ |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | いいえ |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | いいえ |
| docNumber | mustache | Optional document number. | いいえ |
| privateNote | mustache | Optional private note. | いいえ |
| totalAmount | mustache | Optional total amount. | いいえ |
| currencyCode | mustache | Optional currency code. | いいえ |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | いいえ |
| payloadJson | mustache | Optional full PurchaseOrder 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. |