Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | False |
| ApInvoiceId | Integer | False |
| DistributionGlAccountId | Integer | False |
| Amount | Decimal | False |
| Remark | 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 |
| DistributionGlAccountId::GlAccount.AccountNumber | String | False |
| DistributionGlAccountId::GlAccount.Description | String | False |
| DistributionGlAccountId_FormattedValue | String | False |
| GrantAllocationId::GrantAllocation.Description | String | False |
| GrantAllocationId_FormattedValue | String | False |
| ProjectId::Project.Description | String | False |
| ProjectId_FormattedValue | String | False |
Object:
{
Id":####,ApInvoiceId":####,
DistributionGlAccountId":####,
Amount":###.##,
Remark":"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,
DistributionGlAccountId::GlAccount.AccountNumber":"abcABC123",
DistributionGlAccountId::GlAccount.Description":"abcABC123",
DistributionGlAccountId_FormattedValue":"abcABC123",
GrantAllocationId::GrantAllocation.Description":"abcABC123",
GrantAllocationId_FormattedValue":"abcABC123",
ProjectId::Project.Description":"abcABC123",
ProjectId_FormattedValue":"abcABC123"
}