חזרה אל QuickBooks Accounts
התחבר ל-Knoon AI עם QuickBooks Accounts (QuickBooks) כדי לאוטומטי תהליכי עבודה של AI.
Create a new QuickBooks account.
quickBooksAccountCreate
בטא
פנימי
הרשאות
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| name | mustache | Account name. | כן |
| accountType | mustache | 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. |






