Difference between revisions of "MYOB Endpoint: Accounts"

180 bytes removed ,  22:36, 24 August 2021
no edit summary
(Created page with "== Overview == The MYOB '''Accounts''' endpoint allows you to access the chart of accounts located within MYOB. == Fields == The following fields are available for the Acco...")
 
Line 32: Line 32:


;IsActive
;IsActive
:
:Is a true/false value indicating if the account is active and useable within MYOB.


        <Property Name="Type" Type="Edm.String" Nullable="true" />
;TaxCode
        <Property Name="Number" Type="Edm.Int32" Nullable="true" />
:Returns an object that identifies the default tax code for this account.
        <Property Name="Description" Type="Edm.String" Nullable="true" MaxLength="255" />
 
        <Property Name="ParentAccount" Type="OdataLink.MYOX.AccountLink" Nullable="true" />
;Level
        <Property Name="IsActive" Type="Edm.Boolean" Nullable="true" />
:Is a value between 1 to 4 that represents the indentation level of the account within the MYOB chart of accounts.
        <Property Name="TaxCode" Type="OdataLink.MYOX.TaxCodeLink" Nullable="true" />
 
        <Property Name="Level" Type="Edm.Byte" Nullable="true" />
;OpeningBalance
        <Property Name="OpeningBalance" Type="Edm.Decimal" Nullable="true" Precision="19" Scale="6" />
:Represents the original opening balance value for this account when first created.
        <Property Name="CurrentBalance" Type="Edm.Decimal" Nullable="true" Precision="19" Scale="6" />
 
        <Property Name="BankingDetails" Type="OdataLink.MYOX.BankingDetails" Nullable="true" />
;CurrentBalance
        <Property Name="IsHeader" Type="Edm.Boolean" Nullable="true" />
:Represents the closing balance value for this account as at the end-of-time.
        <Property Name="LastReconciledDate" Type="Edm.Date" Nullable="true" />
 
        <Property Name="ForeignCurrency" Type="OdataLink.MYOX.CurrencyLink" Nullable="true" />
;BankingDetails
        <Property Name="RowVersion" Type="Edm.String" Nullable="true" />
:Returns an object containing banking details of the account (for Bank Accounts only).
 
;IsHeader
:Is a true/false value indicating if the account is a header or detail account.
 
;LastReconciledDate
:Stores a date of the last time this account and all transactions attached were reconciled.
 
;ForeignCurrency
:Returns an object identying the foreign currency account used when posting transactions to this account.
 
;RowVersion
:Returns the [[MYOB Field: RowVersion|row version]].
3,246

edits