Details
Name | Data Type | Is Nullable |
---|---|---|
Id | Integer | False |
PledgeId | Integer | False |
ScheduledDate | DateTime | False |
NoBatchThankYou | Boolean | False |
ImportRef | String | False |
Amount | Decimal | False |
OriginalAmount | Decimal | False |
Comment | String | False |
CreatedOn | DateTime | False |
CreatedBy | Integer | False |
ModifiedOn | DateTime | False |
ModifiedBy | Integer | False |
InactiveOn | DateTime | True |
InactiveBy | Integer | True |
IsInactive | Boolean | False |
Object:
{
Id":####,PledgeId":####,
ScheduledDate":"MM-dd-yyyy hh:mm:ss",
NoBatchThankYou":True/False,
ImportRef":"abcABC123",
Amount":###.##,
OriginalAmount":###.##,
Comment":"abcABC123",
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
}