Tillbaka till Xero Accounting Reports
Anslut Knoon AI med Xero Accounting Reports (Xero) för att automatisera AI-flöden.
Run a Xero accounting report by report type/path.
xeroAccountingReportsRun
BETA
Intern
Behörigheter
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| reportType | string | Xero report path segment. Example: ProfitAndLoss. | Ja |
| paramsJson | mustache | Optional JSON object of query params forwarded to Xero. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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. |