GET residentapi/properties/{id}/contactinformation

Gets the property with all associated information including Name, Address, Type, ManagementOffice, Association Manager, etc.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

(Required) ConnectPropertyId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Property
NameDescriptionTypeAdditional information
PropertyId

ConnectPropertyId. Primary key for the properties table

integer

None.

ManagementOfficeId

ManagementOfficeId. See GET residentapi/properties/{id}/managementoffice to get the managementoffice for a property

integer

None.

Name

Name

string

None.

Address1

Address1

string

None.

Address2

Address2

string

None.

City

City

string

None.

State

State

string

None.

Zip

Zip

string

None.

Type

Type. Property Type (HOA or Condo)

string

None.

Phone

Phone

string

None.

FaxNumber

FaxNumber

string

None.

StartDay

StartDay. First day of the week the property is open. Ex. "Monday", "Tuesday", etc.

string

None.

StartTime

StartTime. The time for each day of the week in which the property opens. Ex. "08:30 AM"

string

None.

EndDay

EndDay. Last day of the week the property is open. Ex. "Friday", "Saturday", etc.

string

None.

EndTime

EndTime. The time for each day of the week in which the property closes. Ex. "05:30 PM"

string

None.

TimeZoneDescription

TimeZoneDescription

string

None.

ManagementOffice

ManagementOffice

ManagementOffice

None.

AssociationManager

AssociationManager

User

None.

CustomerCareCenterPhone

CustomerCareCenterPhone

string

None.

SocialMedia

SocialMedia. Will have the url to the social media sites for a property

SocialMedia

None.

DFSPath

DFS file path where all documents are stored for this particular property

string

None.

Response Formats

application/json, text/json

Sample:
{
  "propertyId": 1,
  "managementOfficeId": 1,
  "name": "sample string 2",
  "address1": "sample string 3",
  "address2": "sample string 4",
  "city": "sample string 5",
  "state": "sample string 6",
  "zip": "sample string 7",
  "type": "sample string 8",
  "phone": "sample string 9",
  "faxNumber": "sample string 10",
  "startDay": "sample string 11",
  "startTime": "sample string 12",
  "endDay": "sample string 13",
  "endTime": "sample string 14",
  "timeZoneDescription": "sample string 15",
  "managementOffice": {
    "companyId": 1,
    "name": "sample string 2",
    "address1": "sample string 3",
    "address2": "sample string 4",
    "city": "sample string 5",
    "state": "sample string 6",
    "zip": "sample string 7",
    "phone": "sample string 8",
    "fax": "sample string 9",
    "country": "sample string 10"
  },
  "associationManager": {
    "id": 1,
    "occupantTypeId": 2,
    "firstName": "sample string 3",
    "lastName": "sample string 4",
    "email": "sample string 5",
    "phone": "sample string 6",
    "units": [
      {
        "unitId": 1,
        "unitNumber": "sample string 2",
        "address1": "sample string 3",
        "address2": "sample string 4",
        "city": "sample string 5",
        "state": "sample string 6",
        "zip": "sample string 7"
      },
      {
        "unitId": 1,
        "unitNumber": "sample string 2",
        "address1": "sample string 3",
        "address2": "sample string 4",
        "city": "sample string 5",
        "state": "sample string 6",
        "zip": "sample string 7"
      }
    ],
    "profileImageUrl": "sample string 7",
    "isBoardMember": true,
    "committees": [
      {
        "id": 1,
        "name": "sample string 2",
        "memberCount": 3,
        "propertyId": 4
      },
      {
        "id": 1,
        "name": "sample string 2",
        "memberCount": 3,
        "propertyId": 4
      }
    ],
    "committeeResidents": [
      {
        "id": 1,
        "committeeId": 2,
        "propertyId": 3,
        "residentId": 4,
        "committees": {
          "id": 1,
          "name": "sample string 2",
          "memberCount": 3,
          "propertyId": 4
        },
        "unitsResident": {
          "occupantId": 1,
          "propertyId": 2,
          "unitId": 3,
          "occupantType": "sample string 4",
          "firstName": "sample string 5",
          "middleInitial": "sample string 6",
          "lastName": "sample string 7",
          "email": "sample string 8",
          "unitPhone": "sample string 9",
          "cellphone": "sample string 10",
          "workPhone": "sample string 11",
          "otherPhone": "sample string 12",
          "photos": [
            {
              "photoId": 1,
              "userId": 2,
              "fileUrl": "sample string 3",
              "isDefault": true
            },
            {
              "photoId": 1,
              "userId": 2,
              "fileUrl": "sample string 3",
              "isDefault": true
            }
          ],
          "unitNumber": "sample string 13",
          "address1": "sample string 14",
          "address2": "sample string 15",
          "city": "sample string 16",
          "state": "sample string 17",
          "zip": "sample string 18",
          "isBoardmember": true,
          "committeeResidentLinks": [],
          "customerCareNumber": "sample string 20",
          "officialOwner": true,
          "officialCoOwner": true,
          "unOfficialOwner": false
        }
      },
      {
        "id": 1,
        "committeeId": 2,
        "propertyId": 3,
        "residentId": 4,
        "committees": {
          "id": 1,
          "name": "sample string 2",
          "memberCount": 3,
          "propertyId": 4
        },
        "unitsResident": {
          "occupantId": 1,
          "propertyId": 2,
          "unitId": 3,
          "occupantType": "sample string 4",
          "firstName": "sample string 5",
          "middleInitial": "sample string 6",
          "lastName": "sample string 7",
          "email": "sample string 8",
          "unitPhone": "sample string 9",
          "cellphone": "sample string 10",
          "workPhone": "sample string 11",
          "otherPhone": "sample string 12",
          "photos": [
            {
              "photoId": 1,
              "userId": 2,
              "fileUrl": "sample string 3",
              "isDefault": true
            },
            {
              "photoId": 1,
              "userId": 2,
              "fileUrl": "sample string 3",
              "isDefault": true
            }
          ],
          "unitNumber": "sample string 13",
          "address1": "sample string 14",
          "address2": "sample string 15",
          "city": "sample string 16",
          "state": "sample string 17",
          "zip": "sample string 18",
          "isBoardmember": true,
          "committeeResidentLinks": [],
          "customerCareNumber": "sample string 20",
          "officialOwner": true,
          "officialCoOwner": true,
          "unOfficialOwner": false
        }
      }
    ],
    "altAddresses": [
      {
        "addressId": 1,
        "propertyId": 2,
        "unitId": 1,
        "address1": "sample string 3",
        "address2": "sample string 4",
        "city": "sample string 5",
        "state": "sample string 6",
        "zip": "sample string 7",
        "countryCode": "sample string 8",
        "isBillingAddress": true,
        "isAvsVerified": true,
        "isCareOf": true,
        "isMilitary": true
      },
      {
        "addressId": 1,
        "propertyId": 2,
        "unitId": 1,
        "address1": "sample string 3",
        "address2": "sample string 4",
        "city": "sample string 5",
        "state": "sample string 6",
        "zip": "sample string 7",
        "countryCode": "sample string 8",
        "isBillingAddress": true,
        "isAvsVerified": true,
        "isCareOf": true,
        "isMilitary": true
      }
    ]
  },
  "customerCareCenterPhone": "sample string 16",
  "socialMedia": {
    "twitterUrl": "sample string 1",
    "linkedInUrl": "sample string 2",
    "googlePlusUrl": "sample string 3",
    "pinterestUrl": "sample string 4",
    "facebookUrl": "sample string 5"
  },
  "dfsPath": "sample string 17"
}