Details

Name Data Type Is Nullable
Id Integer False
ContributorId Integer False
Name String False
AddressLine1 String False
AddressLine2 String False
City String False
StateOrProvinceId Integer True
PostalCode String False
CountryId Integer True
CountyId Integer True
Telephone String False
TelephoneExt String False
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
AltReferenceId1 String False
AltReferenceId2 String False
StateOrProvinceId::StateOrProvince.Name String False
StateOrProvinceId_FormattedValue String False
CountyId::County.Name String False
CountyId_FormattedValue String False

Object:

{
    Id":####,
    ContributorId":####,
    Name":"abcABC123",
    AddressLine1":"abcABC123",
    AddressLine2":"abcABC123",
    City":"abcABC123",
    StateOrProvinceId":####,
    PostalCode":"abcABC123",
    CountryId":####,
    CountyId":####,
    Telephone":"abcABC123",
    TelephoneExt":"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,
    AltReferenceId1":"abcABC123",
    AltReferenceId2":"abcABC123",
    StateOrProvinceId::StateOrProvince.Name":"abcABC123",
    StateOrProvinceId_FormattedValue":"abcABC123",
    CountyId::County.Name":"abcABC123",
    CountyId_FormattedValue":"abcABC123"
}