返回 QuickBooks Tax Codes
将 Knoon AI 与 QuickBooks Tax Codes (QuickBooks) 连接以自动化 AI 工作流。
Fetch a single QuickBooks tax code by ID.
quickBooksTaxCodeRead
测试版
内部
权限
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| taxCodeId | mustache | QuickBooks tax code ID (TaxCodeRef value). | 是的 |
| 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. |



