Details

Name Data Type Is Nullable
Id Integer False
ReferenceCode String False
Comment String False
GlTransactionCodeId Integer False
StartDate DateTime False
EndDate DateTime False
LastDate DateTime False
SystemGlTemplateTypeId Integer False
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
AllocationAmount Decimal False
GlTransactionCodeId::GlTransactionCode.Name String False
GlTransactionCodeId::GlTransactionCode.Description String False
GlTransactionCodeId_FormattedValue String False
SystemGlTemplateTypeId::SystemGlTemplateType.Description String False
SystemGlTemplateTypeId::SystemGlTemplateType.Name String False
SystemGlTemplateTypeId_FormattedValue String False

Object:

{
    Id":####,
    ReferenceCode":"abcABC123",
    Comment":"abcABC123",
    GlTransactionCodeId":####,
    StartDate":"MM-dd-yyyy hh:mm:ss",
    EndDate":"MM-dd-yyyy hh:mm:ss",
    LastDate":"MM-dd-yyyy hh:mm:ss",
    SystemGlTemplateTypeId":####,
    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,
    AllocationAmount":###.##,
    GlTransactionCodeId::GlTransactionCode.Name":"abcABC123",
    GlTransactionCodeId::GlTransactionCode.Description":"abcABC123",
    GlTransactionCodeId_FormattedValue":"abcABC123",
    SystemGlTemplateTypeId::SystemGlTemplateType.Description":"abcABC123",
    SystemGlTemplateTypeId::SystemGlTemplateType.Name":"abcABC123",
    SystemGlTemplateTypeId_FormattedValue":"abcABC123"
}