Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | False |
| AccountNumber | String | False |
| MaskedAccountNumber | String | False |
| Description | String | False |
| GlCategoryId | Integer | False |
| CreatedOn | DateTime | False |
| CreatedBy | Integer | False |
| ModifiedOn | DateTime | False |
| ModifiedBy | Integer | False |
| InactiveOn | DateTime | True |
| InactiveBy | Integer | True |
| IsInactive | Boolean | False |
| IsSuspended | Boolean | False |
| SuspendedOn | DateTime | True |
| SuspensionReason | String | False |
| ParentGlAccountId | Integer | True |
|
IsNormalDebitBalance
If left unchecked the system will assume a normal credit balance |
Boolean | False |
| GlCategoryId::GlCategory.Name | String | False |
| GlCategoryId::GlCategory.Description | String | False |
| GlCategoryId_FormattedValue | String | False |
| ParentGlAccountId::GlAccount.Description | String | False |
| ParentGlAccountId_FormattedValue | String | False |
Object:
{
Id":####,AccountNumber":"abcABC123",
MaskedAccountNumber":"abcABC123",
Description":"abcABC123",
GlCategoryId":####,
CreatedOn":"MM-dd-yyyy hh:mm:ss",
CreatedBy":####,
ModifiedOn":"MM-dd-yyyy hh:mm:ss",
ModifiedBy":####,
InactiveOn":"MM-dd-yyyy hh:mm:ss",
InactiveBy":####,
IsInactive":True/False,
IsSuspended":True/False,
SuspendedOn":"MM-dd-yyyy hh:mm:ss",
SuspensionReason":"abcABC123",
ParentGlAccountId":####,
IsNormalDebitBalance":True/False,
GlCategoryId::GlCategory.Name":"abcABC123",
GlCategoryId::GlCategory.Description":"abcABC123",
GlCategoryId_FormattedValue":"abcABC123",
ParentGlAccountId::GlAccount.Description":"abcABC123",
ParentGlAccountId_FormattedValue":"abcABC123"
}