Xero Accounting Endpoint: ManualJournals

From OdataLink
Jump to navigation Jump to search

Overview

The Xero ManualJournals endpoint provides the list of manual journal transactions.

This endpoint does not provide access to all fields and details. It is optimised for small data files that do not have many bank transactions.

In most situations, it is recommended to use the ManualJournalsExpanded. It provides many additional fields and is also optimised for larger data files.

Fields

The following fields are available for the ManualJournals endpoint.

ManualJournalID
A guid field that provides the id of the manual journal.
Date
A date field that provides the date on which the manual journal occurred.
Narration
A text field that provides the narrative description of the manual journal.
Status
A text field that indicates the status of the manual journal.
Possible values are:
  • DRAFT: Indicates the manual journal is a draft.
  • POSTED: Indicates the manual journal has been posted.
  • VOIDED: Indicates the manual journal is voided.
  • DELETED: Indicates the manual journal is deleted.
HasAttachments
A true/false field that indicates if attachments were uploaded against the transaction.
ShowOnCashBasisReports
A true/false field that indicates if the manual journal should be included on cash basis (e.g. payments only).
Url
A text field that provides the url of the uploaded document.
UpdatedDateUTC
A date time field that indicates the date and time this manual journal was created and/or updated.


Xero API

For a detailed run through of the endpoint, you can see the Xero API.


Related Fields

None


Related Endpoints

None


Related Topics

Xero Accounting Models
Xero Accounting Endpoints