Xero Accounting Reports に戻る
Xero Accounting Reports (Xero) と Knoon AI を接続して 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. |