ย้อนกลับไปยัง QuickBooks Tax Codes
เชื่อมต่อ Knoon AI กับ QuickBooks Tax Codes (QuickBooks) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
Run a QuickBooks Online SQL-like query for tax codes (defaults to SELECT * FROM TaxCode).
quickBooksTaxCodeQuery
เบต้า
ภายใน
สิทธิ์การใช้งาน
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| query | mustache | Optional. Full QBO query to run. If omitted, the backend uses the default query for this entity. | ไม่ |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | ไม่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| id | string | Tax code ID (TaxCodeRef value). |
| name | string | Tax code name. |
| description | string | Tax code description. |
| active | boolean | Whether the tax code is active. |
| hidden | boolean | Whether the tax code is hidden. |
| taxable | boolean | Whether the tax code is taxable. |
| taxGroup | boolean | Whether the tax code is a group. |
| syncToken | string | Sync token for updates. |
| salesTaxRateIds | array | Sales tax rate IDs used by this code. |
| salesTaxRateNames | array | Sales tax rate names used by this code. |
| purchaseTaxRateIds | array | Purchase tax rate IDs used by this code. |
| purchaseTaxRateNames | array | Purchase tax rate names used by this code. |



