Назад к 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. |