Details

Name Data Type Is Nullable
Id Integer False
Name String False
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
SystemFipsCodeId

The FIPS code (Federal Information Processing Standard code) is a unique code that identifies the county

Integer True
SystemFipsCodeId::SystemFipsCode.CountyName String False
SystemFipsCodeId::SystemFipsCode.StateOrProvinceReference String False
SystemFipsCodeId::SystemFipsCode.FipsCode String False
SystemFipsCodeId_FormattedValue String False

Object:

{
    Id":####,
    Name":"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,
    SystemFipsCodeId":####,
    SystemFipsCodeId::SystemFipsCode.CountyName":"abcABC123",
    SystemFipsCodeId::SystemFipsCode.StateOrProvinceReference":"abcABC123",
    SystemFipsCodeId::SystemFipsCode.FipsCode":"abcABC123",
    SystemFipsCodeId_FormattedValue":"abcABC123"
}