Write, Bureaucrats, Administrators
3,301
edits
(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. | ||
;TaxCode | |||
:Returns an object that identifies the default tax code for this account. | |||
;Level | |||
:Is a value between 1 to 4 that represents the indentation level of the account within the MYOB chart of accounts. | |||
;OpeningBalance | |||
:Represents the original opening balance value for this account when first created. | |||
;CurrentBalance | |||
:Represents the closing balance value for this account as at the end-of-time. | |||
;BankingDetails | |||
: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]]. |