MYOB Endpoint: Accounts
Jump to navigation
Jump to search
Overview
The MYOB Accounts endpoint allows you to access the chart of accounts located within MYOB.
Fields
The following fields are available for the Accounts endpoint.
- UID
- Provides the internal id of an account in the form of a GUID. This field can be used to link to other data.
- Name
- Represents the account name of an account.
- DisplayID
- Represents the account number of an account.
- Classification
- Identifies the high-level type of account. Possible values are: Asset, Liability, Equity, Income, CostOfSales, Expense, OtherIncome, OtherExpense.
- Type
- Identifies the more detailed type of an account. Possible values are:
- Number
- Represents the last digits of an account number that follows the dash. For example, 4-1234 will have a number of 1234.
- Description
- Represents the more detailed description of an account.
- ParentAccount
- Returns an object that identifies the parent of this account.
- IsActive
<Property Name="Type" Type="Edm.String" Nullable="true" /> <Property Name="Number" Type="Edm.Int32" Nullable="true" /> <Property Name="Description" Type="Edm.String" Nullable="true" MaxLength="255" /> <Property Name="ParentAccount" Type="OdataLink.MYOX.AccountLink" Nullable="true" /> <Property Name="IsActive" Type="Edm.Boolean" Nullable="true" /> <Property Name="TaxCode" Type="OdataLink.MYOX.TaxCodeLink" Nullable="true" /> <Property Name="Level" Type="Edm.Byte" Nullable="true" /> <Property Name="OpeningBalance" Type="Edm.Decimal" Nullable="true" Precision="19" Scale="6" /> <Property Name="CurrentBalance" Type="Edm.Decimal" Nullable="true" Precision="19" Scale="6" /> <Property Name="BankingDetails" Type="OdataLink.MYOX.BankingDetails" Nullable="true" /> <Property Name="IsHeader" Type="Edm.Boolean" Nullable="true" /> <Property Name="LastReconciledDate" Type="Edm.Date" Nullable="true" /> <Property Name="ForeignCurrency" Type="OdataLink.MYOX.CurrencyLink" Nullable="true" /> <Property Name="RowVersion" Type="Edm.String" Nullable="true" />