العودة إلى QuickBooks Accounts
اتصل بـ Knoon AI مع QuickBooks Accounts (QuickBooks) لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |






