Details
Name | Data Type | Is Nullable |
---|---|---|
Id | Integer | False |
IncomingPaymentMethodId | Integer | False |
ReferenceNumber | String | False |
TotalAmount | Decimal | False |
GrantorId | Integer | False |
DepositId | Integer | True |
ReferenceDate | DateTime | True |
CreatedOn | DateTime | False |
CreatedBy | Integer | False |
ModifiedOn | DateTime | False |
ModifiedBy | Integer | False |
InactiveOn | DateTime | True |
InactiveBy | Integer | True |
IsInactive | Boolean | False |
IncomingPaymentMethodId::IncomingPaymentMethod.Name | String | False |
IncomingPaymentMethodId_FormattedValue | String | False |
DepositId::Deposit.ReferenceCode | String | False |
DepositId_FormattedValue | String | False |
GrantorId::Contributor.ReferenceCode | String | False |
GrantorId::Contributor.Name | String | False |
GrantorId_FormattedValue | String | False |
Object:
{
Id":####,IncomingPaymentMethodId":####,
ReferenceNumber":"abcABC123",
TotalAmount":###.##,
GrantorId":####,
DepositId":####,
ReferenceDate":"MM-dd-yyyy hh:mm:ss",
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,
IncomingPaymentMethodId::IncomingPaymentMethod.Name":"abcABC123",
IncomingPaymentMethodId_FormattedValue":"abcABC123",
DepositId::Deposit.ReferenceCode":"abcABC123",
DepositId_FormattedValue":"abcABC123",
GrantorId::Contributor.ReferenceCode":"abcABC123",
GrantorId::Contributor.Name":"abcABC123",
GrantorId_FormattedValue":"abcABC123"
}