Details
Name | Data Type | Is Nullable |
---|---|---|
Id | Integer | False |
OrderMiscId | Integer | False |
GrantAllocationId | Integer | False |
AmountApplied | Decimal | False |
PostedAmountApplied | Decimal | False |
CreatedOn | DateTime | False |
CreatedBy | Integer | False |
ModifiedOn | DateTime | False |
ModifiedBy | Integer | False |
InactiveOn | DateTime | True |
InactiveBy | Integer | True |
IsInactive | Boolean | False |
GlDate | DateTime | True |
IsPosted | Boolean | False |
GrantAllocationId::GrantAllocation.Description | String | False |
GrantAllocationId_FormattedValue | String | False |
Object:
{
Id":####,OrderMiscId":####,
GrantAllocationId":####,
AmountApplied":###.##,
PostedAmountApplied":###.##,
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,
GlDate":"MM-dd-yyyy hh:mm:ss",
IsPosted":True/False,
GrantAllocationId::GrantAllocation.Description":"abcABC123",
GrantAllocationId_FormattedValue":"abcABC123"
}