MYOB Endpoint: JobRegister

From OdataLink
Jump to navigation Jump to search

Overview

The MYOB JobRegister endpoint allows you to access summarised activity totals for your chart of accounts against each job.

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


Notes

  1. The JobRegister 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 JobRegisterendpoint.

UID
A GUID field representing the internal id of the JobRegister entry. This field cannot be linked to anything else.
Job
A record field that identifies the job to which this entry applies.
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.
YearEndActivity
A decimal field that represents the total year end activity (e.g. period 13)
TotalAmount
A decimal field that represents the total amount for the period.
It is equal Activity + YearEndActivity.
RowVersion
A row version field.


MYOB API

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


Related Fields

Accounts
Jobs


Related Endpoints

Accounts
DatesByMonth
Jobs


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.