AccountDetail
Represents an account.
Name | Description | Type | Additional information |
---|---|---|---|
Id | The unique Id for the account. | integer |
None. |
Name | The account name. | string |
None. |
AccountLevel | The level of account - either "Header" or "Detail". Default is Detail. | string |
None. |
AccountType | The type of account. E.g. "Income". | string |
None. |
IsActive | Whether the account is active or not. | boolean |
None. |
IsBuiltIn | Whether the account is a default one that comes with the subscription or not. | boolean |
None. |
LastUpdatedId | Unique identifier to ensure concurrency issue avoidance when performing updates. | string |
None. |
DefaultTaxCode | The default tax code used for the account. | string |
None. |
LedgerCode | A unique code to identify the account in general ledger. | string |
None. |
Currency | The currency used for the account. | string |
None. |
HeaderAccountId | The Header account for this detail account. | integer |
None. |
ExchangeAccountId | The base currency account for foreign exchange. | integer |
None. |
IsBankAccount | Whether the account is a bank account or not. | boolean |
None. |
CreatedDateUtc | The date and time the account was created. | date |
None. |
LastModifiedDateUtc | The date and time and the account was last modified. | date |
None. |
IncludeInForecaster | Whether to include the account in Forecaster report and data forecasting. | boolean |
None. |
BSB | BSB of the bank. | string |
None. |
Number | The bank account number. | string |
None. |
BankAccountName | The name of the bank account. | string |
None. |
BankFileCreationEnabled | Enables/Disables the ability to upload an ABA file to the account. | boolean |
None. |
BankCode | The Bank code. | string |
None. |
UserNumber | The Bank client user Id. | string |
None. |
MerchantFeeAccountId | The merchant fee account Id. | integer |
None. |
IncludePendingTransactions | (Deprecated) Indicates whether to include pending transactions. | boolean |
None. |
_links | Hypermedia links. Contains contextual links to possible next actions related to this resource. Only present in responses. This data is not to be sent to the server. | Collection of Link |
None. |