Details

Name Data Type Is Nullable
Id Integer False
PayAmount Decimal True
Comment String False
RevenueAccountId Integer False
GrantAllocationId Integer True
ProjectId Integer True
MiscellaneousCashId Integer True
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
RevenueAccountId::GlAccount.AccountNumber String False
RevenueAccountId::GlAccount.Description String False
RevenueAccountId_FormattedValue String False
GrantAllocationId::GrantAllocation.Description String False
GrantAllocationId_FormattedValue String False
ProjectId::Project.Name String False
ProjectId_FormattedValue String False
MiscellaneousCashId::MiscellaneousCash.ReferenceNumber String False
MiscellaneousCashId_FormattedValue String False

Object:

{
    Id":####,
    PayAmount":###.##,
    Comment":"abcABC123",
    RevenueAccountId":####,
    GrantAllocationId":####,
    ProjectId":####,
    MiscellaneousCashId":####,
    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,
    RevenueAccountId::GlAccount.AccountNumber":"abcABC123",
    RevenueAccountId::GlAccount.Description":"abcABC123",
    RevenueAccountId_FormattedValue":"abcABC123",
    GrantAllocationId::GrantAllocation.Description":"abcABC123",
    GrantAllocationId_FormattedValue":"abcABC123",
    ProjectId::Project.Name":"abcABC123",
    ProjectId_FormattedValue":"abcABC123",
    MiscellaneousCashId::MiscellaneousCash.ReferenceNumber":"abcABC123",
    MiscellaneousCashId_FormattedValue":"abcABC123"
}