Xero Accounting Overpayments로 돌아가기
Knoon AI를 Xero Accounting Overpayments (Xero)과 연결하여 AI 워크플로우를 자동화하세요.
Update a Xero overpayment.
xeroAccountingOverpaymentsUpdate
베타
내부
권한
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| payloadJson | mustache | Full Xero request body JSON for updating a overpayment. | 네 |
| idempotencyKey | mustache | Optional Xero idempotency key header. | 아니요 |
| overpaymentId | mustache | Xero Overpayment ID. | 네 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| 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. |