Quay lại QuickBooks Tax Codes
Kết nối Knoon AI với QuickBooks Tax Codes (QuickBooks) để tự động hóa các quy trình làm việc AI.
Fetch a single QuickBooks tax code by ID.
quickBooksTaxCodeRead
BẢN THỬ NGHIỆM
Nội bộ
Quyền hạn
Quyền hạn tùy chọn
Không có mục nào để hiển thị.
Tham số
| Tên | Loại | Mô tả | Bắt buộc |
|---|---|---|---|
| taxCodeId | mustache | QuickBooks tax code ID (TaxCodeRef value). | Có |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Không |
Trả về
| Tên | Loại | Mô tả |
|---|---|---|
| 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. |



