Details

Name Data Type Is Nullable
Id Integer False
BankReconciliationId Integer False
Remark String False
Amount Decimal False
TransactionDate DateTime False
ApPaymentId Integer True
GlAccountId Integer True
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
GlJournalDetailId Integer True
GlAccountId::GlAccount.AccountNumber String False
GlAccountId::GlAccount.Description String False
GlAccountId_FormattedValue String False

Object:

{
    Id":####,
    BankReconciliationId":####,
    Remark":"abcABC123",
    Amount":###.##,
    TransactionDate":"MM-dd-yyyy hh:mm:ss",
    ApPaymentId":####,
    GlAccountId":####,
    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,
    GlJournalDetailId":####,
    GlAccountId::GlAccount.AccountNumber":"abcABC123",
    GlAccountId::GlAccount.Description":"abcABC123",
    GlAccountId_FormattedValue":"abcABC123"
}