Details

Name Data Type Is Nullable
Id Integer False
Name String False
Description String False
AccountId Integer True
Rate Decimal False
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
SystemMiscChargeMethodId Integer False
AccountId::GlAccount.AccountNumber String False
AccountId::GlAccount.Description String False
AccountId_FormattedValue String False
SystemMiscChargeMethodId::SystemMiscChargeMethod.Name String False
SystemMiscChargeMethodId_FormattedValue String False

Object:

{
    Id":####,
    Name":"abcABC123",
    Description":"abcABC123",
    AccountId":####,
    Rate":###.##,
    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,
    SystemMiscChargeMethodId":####,
    AccountId::GlAccount.AccountNumber":"abcABC123",
    AccountId::GlAccount.Description":"abcABC123",
    AccountId_FormattedValue":"abcABC123",
    SystemMiscChargeMethodId::SystemMiscChargeMethod.Name":"abcABC123",
    SystemMiscChargeMethodId_FormattedValue":"abcABC123"
}