d08a107895ad

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
ManualJournal

Retrieves the collection of ManualJournal resources.

Retrieves the collection of ManualJournal resources.

get/manual_journals

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

ManualJournal collection

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

Unique identifier for each manual journal

datestring nullable

The date the journal was posted

lineAmountTypesstring nullable

Type of line amount e.g. "Inclusive" e.g. "Exclusive", e.g. "NoTax"

modifiedstring nullable

Last modified date

narrationstring

Description of journal being posted

journalLinesDescriptionstring nullable

Description for journal line

journalLinesTaxTypestring nullable

Tax type for journal line e.g. "OUTPUT" e.g. "INPUT"

journalLinesTaxAmountinteger nullable

Calculated tax amount for journal line

journalLinesLineAmountinteger nullable

Total for journal line

journalLinesAccountCodestring nullable

Customer defined alpha numeric account code

showOnCashBasisReportsboolean nullable

Whether to show cash basis report or not

hasAttachmentsboolean nullable

Whether the manual journal has an attachment

Example response

[
  {
    "integration": "quickbooks"
  }
]