Details

Name Data Type Is Nullable
Id Integer False
VolunteerContactId Integer False
VolunteerOpportunityId Integer False
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
VolunteerContactId::ContributorContact.FirstName String False
VolunteerContactId::ContributorContact.LastName String False
VolunteerContactId_FormattedValue String False
VolunteerOpportunityId::VolunteerOpportunity.Name String False
VolunteerOpportunityId_FormattedValue String False

Object:

{
    Id":####,
    VolunteerContactId":####,
    VolunteerOpportunityId":####,
    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,
    VolunteerContactId::ContributorContact.FirstName":"abcABC123",
    VolunteerContactId::ContributorContact.LastName":"abcABC123",
    VolunteerContactId_FormattedValue":"abcABC123",
    VolunteerOpportunityId::VolunteerOpportunity.Name":"abcABC123",
    VolunteerOpportunityId_FormattedValue":"abcABC123"
}