Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | False |
| CampaignId | Integer | False |
| ResourceId | Integer | False |
| Quantity | Integer | False |
| UnitCost | Decimal | False |
| ContributorId | Integer | True |
| SolicitorId | Integer | True |
| 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":####,CampaignId":####,
ResourceId":####,
Quantity":####,
UnitCost":###.##,
ContributorId":####,
SolicitorId":####,
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
}