MYOB Endpoint: AccountRegister
Jump to navigation
Jump to search
Overview
The MYOB AccountRegister endpoint allows you to access summarised activity totals for your chart of accounts.
A value will exist for each account, year and period combination.
Fields
The following fields are available for the TaxCodes endpoint.
- UID
- A GUID field representing the internal id of the AccountRegister entry. This field cannot be linked to anything else.
- Account
- A record field that identifies the account to which this entry applies.
- DatesByMonthID
- A text field used to link to the DatesByMonth endpoint.
- Year
- A integer field that represents the calendar year to which this entry applies.
- Month
- A integer field that represents the calendar month to which this entry applies.
- Activity
- A decimal field that represents the total activity for the period.
- It excludes adjustments made via general journals transactions.
- Adjustment
- A decimal field that represents the total adjustment for the period made via general journals transactions.
- YearEndActivity
- A decimal field that represents the total year end activity (e.g. period 13)
- It excludes adjustments made via general journals transactions.
- YearEndAdjustment
- A decimal field that represents the total year end adjustment (e.g. period 13) made via general journals transactions.
- RowVersion
- A row version field.
MYOB API
For a detailed run through of the Accounts endpoint, you can see the MYOB API.