v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
ManualJournal

Retrieves a ManualJournal resource.

Retrieves a ManualJournal resource.

get/manual_journals/{id}

Path parameters

idstring required

Resource identifier

Response

ManualJournal resource

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"
}