AccountRegister

Returns general ledger account activity

Date Released: Aug 2013 Date Updated: Jan 2022
URLSupports
/{cf_uri}/GeneralLedger/AccountRegister GET |  PUT |  POST |  DELETE
Please note: While accessibility via the API is available to both AccountRight and new Essentials files. Not all features will be displayed in Product for new Essentials

The elements list below details information for AccountRegister. To view the descriptions for the elements you can either hover any attribute to reveal details or click here to show all details inline.

Items shown with are required when posting or puting data
Items shown with are read-only elements

Attribute Details

  • UIDGuid (36)
  • Unique identifier for a record in the form of a guid.
  • Account
  • The following set of information pulls through account details.
    • UIDString (6)
    • Foreign Key: Unique identifier for the account in the form of a guid.
    • NameString (60)
    • Name of the account.
    • DisplayIDString (6)
    • Account code format includes separator ie 1-1100
    • URIString
    • Uniform resource identifier assoicated with the account object.
  • YearInteger
  • Year in which the activity was generated ie 2014.
  • MonthInteger
  • Month in which the activity was generated ie December = 12.
  • ActivityDecimal (13.6)
  • Net activity within profit & loss account or net movement within balance sheet accounts.
  • AdjustmentDecimal (13.6)
  • General Journal entries recorded within the 12 month financial year.
  • YearEndActivityDecimal (13.6)
  • Net activity within profit & loss account or net movement within balance sheet accounts for YearEndAdjustments.
  • YearEndAdjustmentDecimal (13.6)
  • General Journal entries recorded outside of the 12 month financial year.
    What are YearEndAdjustments?
  • UnitCountDecimal (19.6)
  • Quantity balance of the account.
  • URIString
  • Uniform resource identifier encompasses all types of names and addresses that refer to objects on the web.
  • RowVersionString
  • Number value that changes upon a record update, can be used for change control but does does not preserve a date or a time.


Paging: default page size is set to 400 with a maximum of 5000 results.

Example json GET response

  • {
    • "UID" : "09835399-79ca-4592-a299-e4a85db80c4f",
    • "Account" : {
      • "UID" : "8fb5f1b3-d40c-4729-b2fa-29c7e15ff3ad",
      • "Name" : "GST Paid",
      • "DisplayID" : "2-1220",
      • "URI" : "{cf_uri}/GeneralLedger/Account/8fb5f1b3-d40c-4729-b2fa-29c7e15ff3ad"
      • },
    • "Year" : 2013,
    • "Month" : 8,
    • "Activity" : -900,
    • "Adjustment" : 0,
    • "YearEndActivity" : 0,
    • "YearEndAdjustment" : 0,
    • "UnitCount": null,
    • "URI" : "{cf_uri}/GeneralLedger/AccountRegister/09835399-79ca-4592-a299-e4a85db80c4f",
    • "RowVersion" : "-8208654745812860928"
    • }
Hypermedia in the MYOB Business API

The {cf_uri} is provided by the Company File endpoint.

Read more about Hypermedia in the MYOB Business API in our best practice guide.