返回 Xero Accounting Reports
将 Knoon AI 与 Xero Accounting Reports (Xero) 连接以自动化 AI 工作流。
Run a Xero accounting report by report type/path.
xeroAccountingReportsRun
测试版
内部
权限
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| reportType | string | Xero report path segment. Example: ProfitAndLoss. | 是的 |
| paramsJson | mustache | Optional JSON object of query params forwarded to Xero. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| reportId | string | Report ID when returned by Xero. |
| reportName | string | Report name. |
| reportType | string | Requested report type/path. |
| updatedDateUtc | string | Report updated timestamp when present. |
| rows | array | Report rows when returned by Xero. |
| raw | object | Raw Xero report response. |