MYOB Endpoint: AccountsClassifications

From OdataLink
Jump to navigation Jump to search

Overview

The MYOB AccountsClassification endpoint allows you to access the list of account classification that categorise the accounts within your chart of accounts.

This endpoint is not part of the MYOB API but specific to OdataLink to ease development.


Fields

The following fields are available for the AccountsClassification endpoint.

Classification
A text field that identifies the high-level type of account. Possible values are:
Asset
Liability
Equity
Income
CostOfSales
Expense
OtherIncome
OtherExpense
IsProfitLoss
A true/false value that indicates if the account is a profit and loss account.
IsBalanceSheet
A true/false value that indicates if the account is a balance sheet account.
IsDebit
A true/false value that indicates if the account represents debits.
IsCredit
A true/false value that indicates if the account represents debits.
DrCrSign
A integer field provides a value of +1 or -1 indicating the natural sign regarding debit and credits.
As an example, Income would be -1 but Expenses would be +1.
ProfitLossSign
A integer field provides a value of +1 or -1 (or 0 for balance sheet accounts) indicating how the account naturally gets included on profit and loss reports.
As an example, Income would be +1 and Expenses would be -1.


MYOB API

This endpoint is not part of the MYOB API but specific to OdataLink to ease development.


Related Endpoints

Account


Related Topics

MYOB Models
MYOB Endpoints