Account
Represents general ledger accounts, including account type, category, and status details.
Columns
| Name | Type | ReadOnly | Description |
| accountType | String | False |
The type of the account, such as bank, accounts receivable, or expense. |
| alternativeGLAccount | String | False |
The alternative general ledger account number associated with this account. |
| auditCreatedBy | String | True |
The user who created the account record. |
| auditCreatedDateTime | Datetime | True |
The date and time when the account record was created. |
| auditModifiedBy | String | True |
The user who last modified the account record. |
| auditModifiedDateTime | Datetime | True |
The date and time when the account record was last modified. |
| category | String | False |
The category assigned to the account for classification purposes. |
| closeToGLAccount_Href | String | True |
The URL of the general ledger account to which this account closes at period end. |
| closeToGLAccount_Id | String | False |
The Id of the general ledger account to which this account closes at period end. |
| closeToGLAccount_Key | String | False |
The system-assigned key of the general ledger account to which this account closes at period end. |
| closingType | String | False |
The closing type that determines how balances are handled at period or year end. |
| disallowDirectPosting | Bool | False |
Indicates whether direct posting to this account is disallowed. |
| entity_Href | String | True |
The URL of the entity associated with this account. |
| entity_Id | String | True |
The Id of the entity associated with this account. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this account. |
| entity_Name | String | True |
The name of the entity associated with this account. |
| href | String | True |
The URL of the account resource. |
| id | String | False |
The unique identifier of the account. |
| isTaxable | Bool | False |
Indicates whether the account is subject to tax. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the account record. |
| mrcCode | String | False |
The management reporting code assigned to the account. |
| name | String | False |
The name of the account. |
| status | String | False |
The current status of the account, such as active or inactive. |
| taxCode | String | False |
The tax code associated with the account for tax reporting purposes. |