Details

Name Data Type Is Nullable
Id Integer False
GrantAllocationId Integer False
AgencyId Integer True
GrantAdjustmentReasonId Integer True
EffectiveDate DateTime False
Amount Decimal False
ApplyToGrant Boolean False
ApplyToAgency Boolean False
Comment String False
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
AgencyId::Agency.ReferenceCode String False
AgencyId::Agency.Name String False
AgencyId_FormattedValue String False
GrantAdjustmentReasonId::GrantAdjustmentReason.Name String False
GrantAdjustmentReasonId_FormattedValue String False

Object:

{
    Id":####,
    GrantAllocationId":####,
    AgencyId":####,
    GrantAdjustmentReasonId":####,
    EffectiveDate":"MM-dd-yyyy hh:mm:ss",
    Amount":###.##,
    ApplyToGrant":True/False,
    ApplyToAgency":True/False,
    Comment":"abcABC123",
    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,
    AgencyId::Agency.ReferenceCode":"abcABC123",
    AgencyId::Agency.Name":"abcABC123",
    AgencyId_FormattedValue":"abcABC123",
    GrantAdjustmentReasonId::GrantAdjustmentReason.Name":"abcABC123",
    GrantAdjustmentReasonId_FormattedValue":"abcABC123"
}