Details

Name Data Type Is Nullable
Id Integer False
AgencyContactId Integer False
CertificationId Integer False
EffectiveDate DateTime True
ExpirationDate DateTime False
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
CertificationId::Certification.Name String False
CertificationId_FormattedValue String False

Object:

{
    Id":####,
    AgencyContactId":####,
    CertificationId":####,
    EffectiveDate":"MM-dd-yyyy hh:mm:ss",
    ExpirationDate":"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,
    CertificationId::Certification.Name":"abcABC123",
    CertificationId_FormattedValue":"abcABC123"
}