appmixer.xero.accounting.UpdateManualJournal
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Tenant ID | select | Select the Xero organisation (tenant) containing the manual journal. |
| Manual Journal ID | text | The Xero identifier for the manual journal to update. |
| Narration | text | Description of the journal being posted. |
| Journal Lines | textarea | JSON array of journal lines. Each line must have LineAmount and AccountCode. Debits are positive, credits are negative. Total debits must equal total credits. Example: [{"LineAmount":100,"AccountCode":"400","Description":"Debit"},{"LineAmount":-100,"AccountCode":"200","Description":"Credit"}] |
| Date | date-time | Date journal was posted – YYYY-MM-DD. |
| Status | select | Manual journal status. |
| Line Amount Types | select | Line amounts are exclusive of tax by default. |
| URL | text | URL link to a source document. |
| Show On Cash Basis Reports | toggle | Defaults to true if not specified. |
| Field | Type | Description |
|---|---|---|
| Manual Journal ID | - | |
| Narration | - | |
| Date | - | |
| Date String | - | |
| Status | - | |
| Line Amount Types | - | |
| Journal Lines | - | |
| URL | - | |
| Show On Cash Basis Reports | - | |
| Has Attachments | - | |
| Updated Date UTC | - | |
| Updated Date UTC String | - |