Details

Name Data Type Is Nullable
Id Integer False
VolunteerCount Integer False
VolunteerEventShiftId Integer False
ContributorContactId Integer False
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
ContributorContactId::ContributorContact.FirstName String False
ContributorContactId::ContributorContact.LastName String False
ContributorContactId_FormattedValue String False

Object:

{
    Id":####,
    VolunteerCount":####,
    VolunteerEventShiftId":####,
    ContributorContactId":####,
    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,
    ContributorContactId::ContributorContact.FirstName":"abcABC123",
    ContributorContactId::ContributorContact.LastName":"abcABC123",
    ContributorContactId_FormattedValue":"abcABC123"
}