Details

Name Data Type Is Nullable
Id Integer False
AgencyId 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
AgencyNoteCategoryId Integer True
AgencyId::Agency.Name String False
AgencyId_FormattedValue String False
AgencyNoteCategoryId::AgencyNoteCategory.Name String False
AgencyNoteCategoryId_FormattedValue String False
CreatedBy::User.FullName String False
CreatedBy_FormattedValue String False

Object:

{
    Id":####,
    AgencyId":####,
    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,
    AgencyNoteCategoryId":####,
    AgencyId::Agency.Name":"abcABC123",
    AgencyId_FormattedValue":"abcABC123",
    AgencyNoteCategoryId::AgencyNoteCategory.Name":"abcABC123",
    AgencyNoteCategoryId_FormattedValue":"abcABC123",
    CreatedBy::User.FullName":"abcABC123",
    CreatedBy_FormattedValue":"abcABC123"
}