返回 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. |