MYOB Endpoint: AccountRegister

From OdataLink
Jump to navigation Jump to search

Overview

The MYOB AccountRegister endpoint allows you to access summarised activity totals for your chart of accounts.

An entry will exist for each account, year and month combination.


Notes

  1. The AccountRegister endpoint will not contain any values for future financial years. It usually contains values only for the current, last and next financial year. To see more recent data, you will need to ensure you rollover your financial year.


Fields

The following fields are available for the AccountRegister 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.
TotalAmount
A decimal field that represents the total amount for the period.
It is equal Activity + Adjustment + YearEndActivity + YearEndAdjustment.
RowVersion
A row version field.


MYOB API

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


Related Fields

Accounts


Related Endpoints

Accounts
DatesByMonth


Related Topics

MYOB Models
MYOB Endpoints


Changes Log

OdataLink v2024.5.31.209
Hot fix to the endpoint to resolve performance issue that requested too much data.