Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | False |
| GlTemplateId | Integer | False |
| GlAccountId | Integer | False |
| DebitAmount | Decimal | False |
| CreditAmount | Decimal | False |
| Remark | String | False |
| TrackingRef | String | False |
| GrantAllocationId | Integer | True |
| ProjectId | Integer | True |
| CreatedOn | DateTime | False |
| CreatedBy | Integer | False |
| ModifiedOn | DateTime | False |
| ModifiedBy | Integer | False |
| InactiveOn | DateTime | True |
| InactiveBy | Integer | True |
| IsInactive | Boolean | False |
| CreditAllocationPercent | Decimal | False |
| DebitAllocationPercent | Decimal | False |
| GlTemplateId::GlTemplate.ReferenceCode | String | False |
| GlTemplateId_FormattedValue | String | False |
| GlAccountId::GlAccount.AccountNumber | String | False |
| GlAccountId::GlAccount.Description | String | False |
| GlAccountId_FormattedValue | String | False |
| GrantAllocationId::GrantAllocation.Description | String | False |
| GrantAllocationId_FormattedValue | String | False |
| ProjectId::Project.Name | String | False |
| ProjectId::Project.Description | String | False |
| ProjectId_FormattedValue | String | False |
Object:
{
Id":####,GlTemplateId":####,
GlAccountId":####,
DebitAmount":###.##,
CreditAmount":###.##,
Remark":"abcABC123",
TrackingRef":"abcABC123",
GrantAllocationId":####,
ProjectId":####,
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,
CreditAllocationPercent":###.##,
DebitAllocationPercent":###.##,
GlTemplateId::GlTemplate.ReferenceCode":"abcABC123",
GlTemplateId_FormattedValue":"abcABC123",
GlAccountId::GlAccount.AccountNumber":"abcABC123",
GlAccountId::GlAccount.Description":"abcABC123",
GlAccountId_FormattedValue":"abcABC123",
GrantAllocationId::GrantAllocation.Description":"abcABC123",
GrantAllocationId_FormattedValue":"abcABC123",
ProjectId::Project.Name":"abcABC123",
ProjectId::Project.Description":"abcABC123",
ProjectId_FormattedValue":"abcABC123"
}