QuickBooks Accounts に戻る
QuickBooks Accounts (QuickBooks) と Knoon AI を接続して AI ワークフローを自動化します。
Update an existing QuickBooks account (sparse update).
quickBooksAccountUpdate
ベータ
内部
権限
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| accountId | mustache | QuickBooks account ID. | はい |
| syncToken | mustache | Sync token from the latest account read. | はい |
| name | mustache | Optional account name. | いいえ |
| accountType | mustache | Optional account type. | いいえ |
| accountSubType | mustache | Optional account sub-type. | いいえ |
| description | mustache | Optional account description. | いいえ |
| currencyCode | mustache | Optional currency code. | いいえ |
| parentAccountId | mustache | Optional parent account ID. | いいえ |
| active | mustache | Optional active flag (true/false). | いいえ |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | いいえ |
| payloadJson | mustache | Optional full Account JSON. If provided, it is merged with the fields above and takes precedence. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| id | string | Account ID. |
| name | string | Account name. |
| fullyQualifiedName | string | Fully qualified account name. |
| active | boolean | Whether the account is active. |
| classification | string | Account classification (if provided). |
| accountType | string | Account type. |
| accountSubType | string | Account sub-type. |
| currentBalance | number | Current balance. |
| syncToken | string | Sync token for updates. |
| currencyCode | string | Currency code. |
| parentAccountId | string | Parent account ID. |






