update-manual-journal
Modify draft manual journals in Xero by updating narration, line items, dates, or status while preserving unspecified parameters.
Instructions
Update a manual journal in Xero. Only works on draft manual journals. Do not modify line items or parameters that have not been specified by the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| narration | Yes | Description of manual journal being posted | |
| manualJournalID | Yes | ID of the manual journal to update | |
| manualJournalLines | Yes | The manualJournalLines element must contain at least two individual manualJournalLine sub-elements | |
| date | No | Optional date in YYYY-MM-DD format | |
| lineAmountTypes | No | Optional line amount types (EXCLUSIVE, INCLUSIVE, NO_TAX), NO_TAX by default | |
| status | No | Optional status of the manual journal (DRAFT, POSTED, DELETED, VOID, ARCHIVED), DRAFT by default | |
| url | No | Optional URL link to a source document | |
| showOnCashBasisReports | No | Optional boolean to show on cash basis reports, default is true |