Kembali ke QuickBooks Accounts
Sambungkan Knoon AI dengan QuickBooks Accounts (QuickBooks) untuk mengotomatisasi alur kerja AI.
Update an existing QuickBooks account (sparse update).
quickBooksAccountUpdate
Beta
Internal
Izin
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
| Nama | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| accountId | mustache | QuickBooks account ID. | Ya |
| syncToken | mustache | Sync token from the latest account read. | Ya |
| name | mustache | Optional account name. | Tidak |
| accountType | mustache | Optional account type. | Tidak |
| accountSubType | mustache | Optional account sub-type. | Tidak |
| description | mustache | Optional account description. | Tidak |
| currencyCode | mustache | Optional currency code. | Tidak |
| parentAccountId | mustache | Optional parent account ID. | Tidak |
| active | mustache | Optional active flag (true/false). | Tidak |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Tidak |
| payloadJson | mustache | Optional full Account JSON. If provided, it is merged with the fields above and takes precedence. | Tidak |
Pengembalian
| Nama | Tipe | Deskripsi |
|---|---|---|
| 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. |






