Details

Name Data Type Is Nullable
Id Integer False
AgencyId Integer False
AgencyCertificationTypeId Integer False
EffectiveDate DateTime False
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
AgencyId::Agency.Name String False
AgencyId_FormattedValue String False
AgencyCertificationTypeId::AgencyCertificationType.Name String False
AgencyCertificationTypeId_FormattedValue String False

Object:

{
    Id":####,
    AgencyId":####,
    AgencyCertificationTypeId":####,
    EffectiveDate":"MM-dd-yyyy hh:mm:ss",
    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,
    AgencyId::Agency.Name":"abcABC123",
    AgencyId_FormattedValue":"abcABC123",
    AgencyCertificationTypeId::AgencyCertificationType.Name":"abcABC123",
    AgencyCertificationTypeId_FormattedValue":"abcABC123"
}