返回 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. |






