Details

Name Data Type Is Nullable
Id Integer False
ContributorId Integer False
SystemContributorEntityTypeId Integer False
Content String False
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
ContributorNoteCategoryId Integer True
SystemContributorEntityTypeId::SystemContributorEntity.Name String False
SystemContributorEntityTypeId_FormattedValue String False
ContributorNoteCategoryId::ContributorNoteCategory.Name String False
ContributorNoteCategoryId_FormattedValue String False
CreatedBy::User.FullName String False
CreatedBy_FormattedValue String False

Object:

{
    Id":####,
    ContributorId":####,
    SystemContributorEntityTypeId":####,
    Content":"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,
    ContributorNoteCategoryId":####,
    SystemContributorEntityTypeId::SystemContributorEntity.Name":"abcABC123",
    SystemContributorEntityTypeId_FormattedValue":"abcABC123",
    ContributorNoteCategoryId::ContributorNoteCategory.Name":"abcABC123",
    ContributorNoteCategoryId_FormattedValue":"abcABC123",
    CreatedBy::User.FullName":"abcABC123",
    CreatedBy_FormattedValue":"abcABC123"
}