QuickBooks Invoices に戻る
QuickBooks Invoices (QuickBooks) と Knoon AI を接続して 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. |