Basic Information

appmixer.xero.accounting.CreateManualJournal

1.0.0

Public

Create a manual journal.

Input Ports

in

FieldTypeDescription
Tenant ID select Select the Xero organisation (tenant) to create the manual journal in.
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. Defaults to today if not provided.
Status select Manual journal status. Defaults to DRAFT.
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.

Output Ports

out

FieldTypeDescription
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 -

Full Metadata