QuickBooks Accounts로 돌아가기
Knoon AI를 QuickBooks Accounts (QuickBooks)과 연결하여 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. |






