Details

Name Data Type Is Nullable
Id Integer False
Name String False
Description String False
Comment String False
StartDate DateTime True
EndDate DateTime True
SolicitorId Integer True
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
SolicitorId::Contributor.ReferenceCode String False
SolicitorId::Contributor.Name String False
SolicitorId_FormattedValue String False

Object:

{
    Id":####,
    Name":"abcABC123",
    Description":"abcABC123",
    Comment":"abcABC123",
    StartDate":"MM-dd-yyyy hh:mm:ss",
    EndDate":"MM-dd-yyyy hh:mm:ss",
    SolicitorId":####,
    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,
    SolicitorId::Contributor.ReferenceCode":"abcABC123",
    SolicitorId::Contributor.Name":"abcABC123",
    SolicitorId_FormattedValue":"abcABC123"
}