返回 Xero Accounting Repeating Invoices
将 Knoon AI 与 Xero Accounting Repeating Invoices (Xero) 连接以自动化 AI 工作流。
Create a Xero repeating invoice.
xeroAccountingRepeatingInvoicesCreate
测试版
内部
权限
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| payloadJson | mustache | Full Xero request body JSON for creating a repeating invoice. | 是的 |
| idempotencyKey | mustache | Optional Xero idempotency key header. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| id | string | Primary Xero resource ID. |
| code | string | Xero code when present. |
| name | string | Primary Xero name or label when present. |
| number | string | Xero number or reference when present. |
| status | string | Xero status when present. |
| type | string | Xero type when present. |
| date | string | Primary Xero date when present. |
| updatedDateUtc | string | Updated timestamp when present. |
| raw | object | Raw Xero API object. |