Indietro a Xero Accounting Reports
Connetti Knoon AI con Xero Accounting Reports (Xero) per automatizzare i flussi di lavoro AI.
Run a Xero accounting report by report type/path.
xeroAccountingReportsRun
Beta
Interno
Autorizzazioni
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| reportType | string | Xero report path segment. Example: ProfitAndLoss. | Sì |
| paramsJson | mustache | Optional JSON object of query params forwarded to Xero. | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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. |