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