ย้อนกลับไปยัง 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. |






