MYOB Endpoint: GeneralJournals
Overview
The MYOB GeneralJournals endpoint allows you to get access to general journal transactions posted within MYOB.
Fields
The following fields are available for the GeneralJournals endpoint.
- UID
- A GUID field representing the internal id of this record. This field can be used to link to other endpoints.
- DisplayID
- A text field that provides the transaction number.
- DateOccurred
- A date field that indicates the date of the transaction.
- IsTaxInclusive
- A true/false field that indicates if the amounts are tax inclusive or not.
- Memo
- A text field that provides the memo for the transaction.
- GSTReportingMethod
- A text field that indicates whether this transaction is considered a sale or purchase with regards to GST and BAS.
- Possible values are:
- Sale
- Purchase
- IsYearEndAdjustment
- A true/false field that indicates if the transaction is an end of year adjustment or not.
- Category
- A record field that provides the category associated with this transaction.
- Lines
- A table field that provides the lines of this transaction.
- See Lines Fields for more information.
- ForeignCurrency
- A record field that provides the currency associated with this transaction.
- CurrencyExchangeRate
- A decimal field that provides the exchange rate for foreign currency transactions.
- RowVersion
- A row version field.
Lines Fields
The Lines field contains the following sub-fields.
- RowID
- A integer field representing the internal id of this line.
- Account
- A record field that provides the account for this line.
- Job
- A record field that provides the job for this line.
- Memo
- A text field that provides the line memo for the transaction.
- TaxCode
- A record field that provides the tax code for this line.
- Amount
- A decimal field that provides the amount.
- AmountForeign
- A decimal field that provides the amount in foreign currency if applicable.
- IsCredit
- A true/false field that indicates if the amount is a credit or debit.
- TaxAmount
- A decimal field that provides the tax amount.
- TaxAmountForeign
- A decimal field that provides the tax amount in foreign currency if applicable.
- IsOverridenTaxAmount
- A true/false field that indicates if the tax amount was edited and not automically calculated based on the tax code rate.
- UnitCount
- A decimal field that provides the quantity for this line.
- Only applicable to MYOB Essentials.
- RowVersion
- A row version field.
MYOB API
For a detailed run through of the endpoint, you can see the MYOB API.
Related Fields
Related Endpoints