Write, Bureaucrats, Administrators
3,301
edits
Line 8: | Line 8: | ||
;UID | ;UID | ||
: | :A [[Field Type: GUID|GUID]] representing the internal id of an account. This field can be used to link to other endpoints. | ||
;Name | ;Name | ||
: | :A [[Field Type: Text|text field]] used as the account name. | ||
;DisplayID | ;DisplayID | ||
: | :A [[Field Type: Text|text field]] used as the account number. | ||
;Classification | ;Classification | ||
: | :A [[Field Type: Text|text field]] that identifies the high-level type of account. Possible values are: Asset, Liability, Equity, Income, CostOfSales, Expense, OtherIncome, OtherExpense. | ||
;Type | ;Type | ||
: | :A [[Field Type: Text|text field]] that identifies the more detailed type of an account. Possible values are: | ||
;Number | ;Number | ||
: | :A [[Field Type: Integers|integer field]] that represents the last digits of an account number that follows the dash. For example, 4-1234 will have a number of 1234. | ||
;Description | ;Description | ||
: | :A [[Field Type: Text|text field]] used as the account description. | ||
;ParentAccount | ;ParentAccount | ||
: | :A [[Field Type: Record|record field]] that identifies the parent of this account. | ||
;IsActive | ;IsActive | ||
: | :A [[Field Type: Boolean|true/false value]] that indicates if the account is active and useable within MYOB. | ||
;TaxCode | ;TaxCode | ||
: | :A [[Field Type: Record|record field]] that identifies the default tax code for this account. | ||
;Level | ;Level | ||
: | :A [[Field Type: Integers|integer field]] that represents the indentation level of the account within the MYOB chart of accounts. Possible values are between 1 and 4. | ||
;OpeningBalance | ;OpeningBalance | ||
: | :A [[Field Type: Decimal|decimal field]] that represents the original opening balance value for this account when first created. | ||
;CurrentBalance | ;CurrentBalance | ||
: | :A [[Field Type: Decimal|decimal field]] that represents the closing balance value for this account as at the end-of-time. | ||
;BankingDetails | ;BankingDetails | ||
: | :A [[Field Type: Record|record field]] containing banking details of the account (for Bank Accounts only). | ||
;IsHeader | ;IsHeader | ||
: | :A [[Field Type: Boolean|true/false value]] that indicates if the account is a header or detail account. | ||
;LastReconciledDate | ;LastReconciledDate | ||
: | :A [[Field Type: Date|date field]] that stores a date of the last time this account and all transactions attached were reconciled. | ||
;ForeignCurrency | ;ForeignCurrency | ||
: | :A [[Field Type: Record|record field]] that identifies the foreign currency account used when posting transactions to this account. | ||
;RowVersion | ;RowVersion | ||
:Returns the [[MYOB Field: RowVersion|row version]]. | :Returns the [[MYOB Field: RowVersion|row version]]. |