Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | False |
| PayAmount | Decimal | True |
| Comment | String | False |
| RevenueAccountId | Integer | False |
| ProjectId | Integer | True |
| GrantPaymentId | Integer | False |
| CreatedOn | DateTime | False |
| CreatedBy | Integer | False |
| ModifiedOn | DateTime | False |
| ModifiedBy | Integer | False |
| InactiveOn | DateTime | True |
| InactiveBy | Integer | True |
| IsInactive | Boolean | False |
| GrantAllocationId | Integer | True |
| GrantAllocationId::GrantAllocation.Description | String | False |
| GrantAllocationId_FormattedValue | String | False |
| ProjectId::Project.Name | String | False |
| ProjectId_FormattedValue | String | False |
| GrantPaymentId::GrantPayment.ReferenceNumber | String | False |
| GrantPaymentId_FormattedValue | String | False |
| RevenueAccountId::GlAccount.AccountNumber | String | False |
| RevenueAccountId::GlAccount.Description | String | False |
| RevenueAccountId_FormattedValue | String | False |
Object:
{
Id":####,PayAmount":###.##,
Comment":"abcABC123",
RevenueAccountId":####,
ProjectId":####,
GrantPaymentId":####,
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,
GrantAllocationId":####,
GrantAllocationId::GrantAllocation.Description":"abcABC123",
GrantAllocationId_FormattedValue":"abcABC123",
ProjectId::Project.Name":"abcABC123",
ProjectId_FormattedValue":"abcABC123",
GrantPaymentId::GrantPayment.ReferenceNumber":"abcABC123",
GrantPaymentId_FormattedValue":"abcABC123",
RevenueAccountId::GlAccount.AccountNumber":"abcABC123",
RevenueAccountId::GlAccount.Description":"abcABC123",
RevenueAccountId_FormattedValue":"abcABC123"
}