3.0

API change history

REST API with full access to Enquire Objects and meta-data for CRUD operations.

Unit GET

Units are used in EnquireLEADS as Apartments or other Housing. Units have Housing Contracts which determine which Units Individuals (Residents) are currently residing.

Units and Housing Contracts drive Inventory and Occupancy Reporting.

Try it

Request

Request URL

Request parameters

  • number

    This is your company Id. You can request this value from EnquireLEADS support when registering for the API.

  • (optional)
    number

    Id of the unit you want to retrieve

  • (optional)
    string

    Get units by community

Request headers

  • string
    Subscription key which provides access to this API. Found in your Profile.

Request body

Responses

200 OK

Field Descriptions:

  • CommunityUnique: Gives community Unique ID. Use Community GET to see all available.
  • NameFull: Friendly name of the Unit visible to the user
  • Name: This can be empty
  • Number: Unit Number
  • Floor Plan: See available Floor Plans using Type GET method
  • Care Group: Assisted Living, Memory Care are examples. Type of Care the Unit provides
  • Capacity: How many residents allowed in the Unit
  • HasActiveContract: Typically used to determine if a new Housing Contract can be created.
  • IsVacant: If there is no Resident currently in the Unit. This may mean a Resident could be Moving in

Representations

[
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15677,
    "Name": "Pitney Studio",
    "Number": "3020",
    "NameFull": "Pitney Studio 3020",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15678,
    "Name": "Pitney Studio",
    "Number": "3021",
    "NameFull": "Pitney Studio 3021",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15679,
    "Name": "Pitney Studio",
    "Number": "3022",
    "NameFull": "Pitney Studio 3022",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15680,
    "Name": "Pitney Studio",
    "Number": "3023",
    "NameFull": "Pitney Studio 3023",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15682,
    "Name": "Pitney Studio",
    "Number": "3025",
    "NameFull": "Pitney Studio 3025",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15683,
    "Name": "Pitney Studio",
    "Number": "3026",
    "NameFull": "Pitney Studio 3026",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15684,
    "Name": "Pitney Studio",
    "Number": "3027",
    "NameFull": "Pitney Studio 3027",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15691,
    "Name": "Companion Suite",
    "Number": "3035A",
    "NameFull": "Companion Suite 3035A",
    "FloorPlanGroupId": 1298,
    "FloorPlanGroupName": "COMPANION SUITE",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15692,
    "Name": "Companion Suite",
    "Number": "3035B",
    "NameFull": "Companion Suite 3035B",
    "FloorPlanGroupId": 1298,
    "FloorPlanGroupName": "COMPANION SUITE",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15695,
    "Name": "Pitney Studio",
    "Number": "3038",
    "NameFull": "Pitney Studio 3038",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15696,
    "Name": "Pitney Studio",
    "Number": "3039",
    "NameFull": "Pitney Studio 3039",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15698,
    "Name": "Pitney Studio",
    "Number": "3040",
    "NameFull": "Pitney Studio 3040",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15699,
    "Name": "Pitney Studio",
    "Number": "3041",
    "NameFull": "Pitney Studio 3041",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15700,
    "Name": "Pitney Studio",
    "Number": "3042",
    "NameFull": "Pitney Studio 3042",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15702,
    "Name": "Pitney Studio",
    "Number": "3045",
    "NameFull": "Pitney Studio 3045",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 616,
    "CareGroupTypeName": "Memory Impairment",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15703,
    "Name": "Special Care Studio",
    "Number": "3047",
    "NameFull": "Special Care Studio 3047",
    "FloorPlanGroupId": 1287,
    "FloorPlanGroupName": "SPECIAL CARE STUDIO",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15705,
    "Name": "Special Care Companion",
    "Number": "3049B",
    "NameFull": "Special Care Companion 3049B",
    "FloorPlanGroupId": 1286,
    "FloorPlanGroupName": "SPECIAL CARE COMPANION",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15708,
    "Name": "Special Care Companion",
    "Number": "3051B",
    "NameFull": "Special Care Companion 3051B",
    "FloorPlanGroupId": 1286,
    "FloorPlanGroupName": "SPECIAL CARE COMPANION",
    "CareGroupTypeId": 616,
    "CareGroupTypeName": "Memory Impairment",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15709,
    "Name": "Special Care Companion",
    "Number": "3053A",
    "NameFull": "Special Care Companion 3053A",
    "FloorPlanGroupId": 1286,
    "FloorPlanGroupName": "SPECIAL CARE COMPANION",
    "CareGroupTypeId": 616,
    "CareGroupTypeName": "Memory Impairment",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15710,
    "Name": "Special Care Companion",
    "Number": "3053B",
    "NameFull": "Special Care Companion 3053B",
    "FloorPlanGroupId": 1286,
    "FloorPlanGroupName": "SPECIAL CARE COMPANION",
    "CareGroupTypeId": 616,
    "CareGroupTypeName": "Memory Impairment",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15713,
    "Name": "Special Care Studio",
    "Number": "3057",
    "NameFull": "Special Care Studio 3057",
    "FloorPlanGroupId": 1287,
    "FloorPlanGroupName": "SPECIAL CARE STUDIO",
    "CareGroupTypeId": 616,
    "CareGroupTypeName": "Memory Impairment",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15714,
    "Name": "Special Care Studio",
    "Number": "3058",
    "NameFull": "Special Care Studio 3058",
    "FloorPlanGroupId": 1287,
    "FloorPlanGroupName": "SPECIAL CARE STUDIO",
    "CareGroupTypeId": 616,
    "CareGroupTypeName": "Memory Impairment",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15715,
    "Name": "Special Care Studio",
    "Number": "3059",
    "NameFull": "Special Care Studio 3059",
    "FloorPlanGroupId": 1287,
    "FloorPlanGroupName": "SPECIAL CARE STUDIO",
    "CareGroupTypeId": 616,
    "CareGroupTypeName": "Memory Impairment",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15719,
    "Name": "Special Care Studio",
    "Number": "3062",
    "NameFull": "Special Care Studio 3062",
    "FloorPlanGroupId": 1287,
    "FloorPlanGroupName": "SPECIAL CARE STUDIO",
    "CareGroupTypeId": 616,
    "CareGroupTypeName": "Memory Impairment",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15720,
    "Name": "Special Care Studio",
    "Number": "3063",
    "NameFull": "Special Care Studio 3063",
    "FloorPlanGroupId": 1287,
    "FloorPlanGroupName": "SPECIAL CARE STUDIO",
    "CareGroupTypeId": 616,
    "CareGroupTypeName": "Memory Impairment",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15721,
    "Name": "Hardin Studio",
    "Number": "4001",
    "NameFull": "Hardin Studio 4001",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 616,
    "CareGroupTypeName": "Memory Impairment",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15722,
    "Name": "Hardin Studio",
    "Number": "4002",
    "NameFull": "Hardin Studio 4002",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15723,
    "Name": "Hardin Studio",
    "Number": "4003",
    "NameFull": "Hardin Studio 4003",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15724,
    "Name": "Hardin Studio",
    "Number": "4004",
    "NameFull": "Hardin Studio 4004",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15730,
    "Name": "Hardin Studio",
    "Number": "4009",
    "NameFull": "Hardin Studio 4009",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15732,
    "Name": "Hardin Studio",
    "Number": "4011",
    "NameFull": "Hardin Studio 4011",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15733,
    "Name": "Hardin Studio",
    "Number": "4012",
    "NameFull": "Hardin Studio 4012",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15734,
    "Name": "Hardin Studio",
    "Number": "4013",
    "NameFull": "Hardin Studio 4013",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15735,
    "Name": "1 Bedroom",
    "Number": "4020",
    "NameFull": "1 Bedroom 4020",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15737,
    "Name": "Pitney Studio",
    "Number": "4023",
    "NameFull": "Pitney Studio 4023",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15738,
    "Name": "1 Bedroom",
    "Number": "4024",
    "NameFull": "1 Bedroom 4024",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15739,
    "Name": "Pitney Studio",
    "Number": "4025",
    "NameFull": "Pitney Studio 4025",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15741,
    "Name": "Pitney Studio",
    "Number": "4027",
    "NameFull": "Pitney Studio 4027",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15743,
    "Name": "1 Bedroom",
    "Number": "4029",
    "NameFull": "1 Bedroom 4029",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15744,
    "Name": "1 Bedroom",
    "Number": "4031",
    "NameFull": "1 Bedroom 4031",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15745,
    "Name": "1 Bedroom",
    "Number": "4033",
    "NameFull": "1 Bedroom 4033",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15746,
    "Name": "1 Bedroom",
    "Number": "4035",
    "NameFull": "1 Bedroom 4035",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15748,
    "Name": "Pitney Studio",
    "Number": "4038",
    "NameFull": "Pitney Studio 4038",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15749,
    "Name": "Pitney Studio",
    "Number": "4039",
    "NameFull": "Pitney Studio 4039",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15750,
    "Name": "1 Bedroom",
    "Number": "4040",
    "NameFull": "1 Bedroom 4040",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15752,
    "Name": "Pitney Studio",
    "Number": "4041",
    "NameFull": "Pitney Studio 4041",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15753,
    "Name": "1 Bedroom",
    "Number": "4042",
    "NameFull": "1 Bedroom 4042",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15754,
    "Name": "Pitney Studio",
    "Number": "4043",
    "NameFull": "Pitney Studio 4043",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15755,
    "Name": "Pitney Studio",
    "Number": "4044",
    "NameFull": "Pitney Studio 4044",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15756,
    "Name": "Pitney Studio",
    "Number": "4045",
    "NameFull": "Pitney Studio 4045",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15757,
    "Name": "Pitney Studio",
    "Number": "4047",
    "NameFull": "Pitney Studio 4047",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15758,
    "Name": "Pitney Studio",
    "Number": "4049",
    "NameFull": "Pitney Studio 4049",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15759,
    "Name": "1 Bedroom",
    "Number": "4051",
    "NameFull": "1 Bedroom 4051",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15760,
    "Name": "1 Bedroom",
    "Number": "4053",
    "NameFull": "1 Bedroom 4053",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15761,
    "Name": "1 Bedroom",
    "Number": "4055",
    "NameFull": "1 Bedroom 4055",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15763,
    "Name": "Pitney Studio",
    "Number": "4057",
    "NameFull": "Pitney Studio 4057",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15764,
    "Name": "Pitney Studio",
    "Number": "4059",
    "NameFull": "Pitney Studio 4059",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15765,
    "Name": "1 Bedroom",
    "Number": "4060",
    "NameFull": "1 Bedroom 4060",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15766,
    "Name": "Pitney Studio",
    "Number": "4061",
    "NameFull": "Pitney Studio 4061",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15767,
    "Name": "Pitney Studio",
    "Number": "4063",
    "NameFull": "Pitney Studio 4063",
    "FloorPlanGroupId": 1283,
    "FloorPlanGroupName": "STU-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15768,
    "Name": "Hardin Studio",
    "Number": "5000",
    "NameFull": "Hardin Studio 5000",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15770,
    "Name": "Hardin Studio",
    "Number": "5003",
    "NameFull": "Hardin Studio 5003",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15771,
    "Name": "Hardin Studio",
    "Number": "5004",
    "NameFull": "Hardin Studio 5004",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15773,
    "Name": "Hardin Studio",
    "Number": "5006",
    "NameFull": "Hardin Studio 5006",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15774,
    "Name": "Hardin Companion Suite",
    "Number": "50055007",
    "NameFull": "Hardin Companion Suite 50055007",
    "FloorPlanGroupId": 1272,
    "FloorPlanGroupName": "1BR-ALHARDINSHARED",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15775,
    "Name": "Hardin Studio",
    "Number": "5008",
    "NameFull": "Hardin Studio 5008",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15776,
    "Name": "Hardin Studio",
    "Number": "5009",
    "NameFull": "Hardin Studio 5009",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15777,
    "Name": "Hardin Studio",
    "Number": "5010",
    "NameFull": "Hardin Studio 5010",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15778,
    "Name": "Hardin Studio",
    "Number": "5011",
    "NameFull": "Hardin Studio 5011",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15779,
    "Name": "Hardin Studio",
    "Number": "5012",
    "NameFull": "Hardin Studio 5012",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15780,
    "Name": "Hardin Studio",
    "Number": "5013",
    "NameFull": "Hardin Studio 5013",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15781,
    "Name": "Hardin Studio",
    "Number": "5014",
    "NameFull": "Hardin Studio 5014",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15783,
    "Name": "Hardin Studio",
    "Number": "5015",
    "NameFull": "Hardin Studio 5015",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15784,
    "Name": "Hardin Studio",
    "Number": "5016",
    "NameFull": "Hardin Studio 5016",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15786,
    "Name": "Hardin Companion Suite",
    "Number": "50205022",
    "NameFull": "Hardin Companion Suite 50205022",
    "FloorPlanGroupId": 1272,
    "FloorPlanGroupName": "1BR-ALHARDINSHARED",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15787,
    "Name": "Hardin Studio",
    "Number": "5024",
    "NameFull": "Hardin Studio 5024",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15789,
    "Name": "Hardin Studio",
    "Number": "5027",
    "NameFull": "Hardin Studio 5027",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15793,
    "Name": "Hardin Studio",
    "Number": "5030",
    "NameFull": "Hardin Studio 5030",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15795,
    "Name": "Hardin Studio",
    "Number": "5032",
    "NameFull": "Hardin Studio 5032",
    "FloorPlanGroupId": 1273,
    "FloorPlanGroupName": "STU-ALHARDIN",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15797,
    "Name": "Hardin Companion Suite",
    "Number": "50355037",
    "NameFull": "Hardin Companion Suite 50355037",
    "FloorPlanGroupId": 1272,
    "FloorPlanGroupName": "1BR-ALHARDINSHARED",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15799,
    "Name": "Addington",
    "Number": "001ST",
    "NameFull": "Addington 001ST",
    "FloorPlanGroupId": 1263,
    "FloorPlanGroupName": "VILL-ADDINGTON",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15801,
    "Name": "Addington",
    "Number": "001TR",
    "NameFull": "Addington 001TR",
    "FloorPlanGroupId": 1263,
    "FloorPlanGroupName": "VILL-ADDINGTON",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15803,
    "Name": "Addington",
    "Number": "001TU",
    "NameFull": "Addington 001TU",
    "FloorPlanGroupId": 1263,
    "FloorPlanGroupName": "VILL-ADDINGTON",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15804,
    "Name": "Addington",
    "Number": "002ST",
    "NameFull": "Addington 002ST",
    "FloorPlanGroupId": 1263,
    "FloorPlanGroupName": "VILL-ADDINGTON",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15806,
    "Name": "Addington",
    "Number": "002TR",
    "NameFull": "Addington 002TR",
    "FloorPlanGroupId": 1263,
    "FloorPlanGroupName": "VILL-ADDINGTON",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15807,
    "Name": "Addington",
    "Number": "002TU",
    "NameFull": "Addington 002TU",
    "FloorPlanGroupId": 1263,
    "FloorPlanGroupName": "VILL-ADDINGTON",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15808,
    "Name": "Gleneagle",
    "Number": "003ST",
    "NameFull": "Gleneagle 003ST",
    "FloorPlanGroupId": 1269,
    "FloorPlanGroupName": "VILL-GLENEAGLE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15810,
    "Name": "Berkshire",
    "Number": "003TR",
    "NameFull": "Berkshire 003TR",
    "FloorPlanGroupId": 1267,
    "FloorPlanGroupName": "VILL-BERKSHIRE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15811,
    "Name": "Berkshire",
    "Number": "003TU",
    "NameFull": "Berkshire 003TU",
    "FloorPlanGroupId": 1267,
    "FloorPlanGroupName": "VILL-BERKSHIRE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15812,
    "Name": "Gleneagle",
    "Number": "004ST",
    "NameFull": "Gleneagle 004ST",
    "FloorPlanGroupId": 1269,
    "FloorPlanGroupName": "VILL-GLENEAGLE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15814,
    "Name": "Gleneagle",
    "Number": "004SU",
    "NameFull": "Gleneagle 004SU",
    "FloorPlanGroupId": 1269,
    "FloorPlanGroupName": "VILL-GLENEAGLE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15815,
    "Name": "Berkshire",
    "Number": "004TR",
    "NameFull": "Berkshire 004TR",
    "FloorPlanGroupId": 1267,
    "FloorPlanGroupName": "VILL-BERKSHIRE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15816,
    "Name": "Gleneagle",
    "Number": "004TU",
    "NameFull": "Gleneagle 004TU",
    "FloorPlanGroupId": 1269,
    "FloorPlanGroupName": "VILL-GLENEAGLE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15817,
    "Name": "Gleneagle",
    "Number": "005ST",
    "NameFull": "Gleneagle 005ST",
    "FloorPlanGroupId": 1269,
    "FloorPlanGroupName": "VILL-GLENEAGLE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15819,
    "Name": "Berkshire",
    "Number": "005TR",
    "NameFull": "Berkshire 005TR",
    "FloorPlanGroupId": 1267,
    "FloorPlanGroupName": "VILL-BERKSHIRE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15821,
    "Name": "Gleneagle",
    "Number": "006ST",
    "NameFull": "Gleneagle 006ST",
    "FloorPlanGroupId": 1269,
    "FloorPlanGroupName": "VILL-GLENEAGLE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15822,
    "Name": "Gleneagle",
    "Number": "006SU",
    "NameFull": "Gleneagle 006SU",
    "FloorPlanGroupId": 1269,
    "FloorPlanGroupName": "VILL-GLENEAGLE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15823,
    "Name": "Berkshire",
    "Number": "006TR",
    "NameFull": "Berkshire 006TR",
    "FloorPlanGroupId": 1267,
    "FloorPlanGroupName": "VILL-BERKSHIRE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15827,
    "Name": "Gleneagle",
    "Number": "007SU",
    "NameFull": "Gleneagle 007SU",
    "FloorPlanGroupId": 1269,
    "FloorPlanGroupName": "VILL-GLENEAGLE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15828,
    "Name": "Berkshire",
    "Number": "007TR",
    "NameFull": "Berkshire 007TR",
    "FloorPlanGroupId": 1267,
    "FloorPlanGroupName": "VILL-BERKSHIRE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15829,
    "Name": "Berkshire",
    "Number": "007TU",
    "NameFull": "Berkshire 007TU",
    "FloorPlanGroupId": 1267,
    "FloorPlanGroupName": "VILL-BERKSHIRE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15830,
    "Name": "Gleneagle",
    "Number": "008ST",
    "NameFull": "Gleneagle 008ST",
    "FloorPlanGroupId": 1269,
    "FloorPlanGroupName": "VILL-GLENEAGLE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15831,
    "Name": "Gleneagle",
    "Number": "008SU",
    "NameFull": "Gleneagle 008SU",
    "FloorPlanGroupId": 1269,
    "FloorPlanGroupName": "VILL-GLENEAGLE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15832,
    "Name": "Berkshire",
    "Number": "008TR",
    "NameFull": "Berkshire 008TR",
    "FloorPlanGroupId": 1267,
    "FloorPlanGroupName": "VILL-BERKSHIRE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15833,
    "Name": "Gleneagle",
    "Number": "008TU",
    "NameFull": "Gleneagle 008TU",
    "FloorPlanGroupId": 1269,
    "FloorPlanGroupName": "VILL-GLENEAGLE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15834,
    "Name": "Prestwick",
    "Number": "009ST",
    "NameFull": "Prestwick 009ST",
    "FloorPlanGroupId": 1284,
    "FloorPlanGroupName": "VILL-PRESTWICK",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15836,
    "Name": "Prestwick",
    "Number": "009SU",
    "NameFull": "Prestwick 009SU",
    "FloorPlanGroupId": 1284,
    "FloorPlanGroupName": "VILL-PRESTWICK",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15838,
    "Name": "Prestwick",
    "Number": "009TU",
    "NameFull": "Prestwick 009TU",
    "FloorPlanGroupId": 1284,
    "FloorPlanGroupName": "VILL-PRESTWICK",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15840,
    "Name": "Prestwick",
    "Number": "010SU",
    "NameFull": "Prestwick 010SU",
    "FloorPlanGroupId": 1284,
    "FloorPlanGroupName": "VILL-PRESTWICK",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15841,
    "Name": "Prestwick",
    "Number": "010TR",
    "NameFull": "Prestwick 010TR",
    "FloorPlanGroupId": 1284,
    "FloorPlanGroupName": "VILL-PRESTWICK",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15842,
    "Name": "Prestwick",
    "Number": "010TU",
    "NameFull": "Prestwick 010TU",
    "FloorPlanGroupId": 1284,
    "FloorPlanGroupName": "VILL-PRESTWICK",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15843,
    "Name": "Oakmont",
    "Number": "200J",
    "NameFull": "Oakmont 200J",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15844,
    "Name": "Somerset",
    "Number": "201J",
    "NameFull": "Somerset 201J",
    "FloorPlanGroupId": 1285,
    "FloorPlanGroupName": "2BR-SOMERSET",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15845,
    "Name": "Oakmont",
    "Number": "202J",
    "NameFull": "Oakmont 202J",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15847,
    "Name": "Somerset",
    "Number": "203J",
    "NameFull": "Somerset 203J",
    "FloorPlanGroupId": 1285,
    "FloorPlanGroupName": "2BR-SOMERSET",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15848,
    "Name": "Pinehurst",
    "Number": "204J",
    "NameFull": "Pinehurst 204J",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15849,
    "Name": "Meadowbrook",
    "Number": "205J",
    "NameFull": "Meadowbrook 205J",
    "FloorPlanGroupId": 1276,
    "FloorPlanGroupName": "2BR-MEADOWBROOK",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15850,
    "Name": "Baltusrol",
    "Number": "207J",
    "NameFull": "Baltusrol 207J",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15851,
    "Name": "Pinehurst",
    "Number": "208J",
    "NameFull": "Pinehurst 208J",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15854,
    "Name": "Merion",
    "Number": "213J",
    "NameFull": "Merion 213J",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-03-24T20:34:26.2801569-06:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15856,
    "Name": "Baltusrol",
    "Number": "217J",
    "NameFull": "Baltusrol 217J",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15858,
    "Name": "Pinehurst",
    "Number": "218J",
    "NameFull": "Pinehurst 218J",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15859,
    "Name": "Pinehurst",
    "Number": "220J",
    "NameFull": "Pinehurst 220J",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15860,
    "Name": "Baltusrol",
    "Number": "221J",
    "NameFull": "Baltusrol 221J",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15861,
    "Name": "Meadowbrook",
    "Number": "223J",
    "NameFull": "Meadowbrook 223J",
    "FloorPlanGroupId": 1276,
    "FloorPlanGroupName": "2BR-MEADOWBROOK",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15862,
    "Name": "Pinehurst",
    "Number": "224J",
    "NameFull": "Pinehurst 224J",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15863,
    "Name": "Somerset",
    "Number": "225J",
    "NameFull": "Somerset 225J",
    "FloorPlanGroupId": 1285,
    "FloorPlanGroupName": "2BR-SOMERSET",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15865,
    "Name": "Oakmont",
    "Number": "228J",
    "NameFull": "Oakmont 228J",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15866,
    "Name": "Somerset",
    "Number": "229J",
    "NameFull": "Somerset 229J",
    "FloorPlanGroupId": 1285,
    "FloorPlanGroupName": "2BR-SOMERSET",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15867,
    "Name": "Oakmont",
    "Number": "300J",
    "NameFull": "Oakmont 300J",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15869,
    "Name": "Somerset",
    "Number": "301J",
    "NameFull": "Somerset 301J",
    "FloorPlanGroupId": 1285,
    "FloorPlanGroupName": "2BR-SOMERSET",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15870,
    "Name": "Oakmont",
    "Number": "302J",
    "NameFull": "Oakmont 302J",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15871,
    "Name": "Somerset",
    "Number": "303J",
    "NameFull": "Somerset 303J",
    "FloorPlanGroupId": 1285,
    "FloorPlanGroupName": "2BR-SOMERSET",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15872,
    "Name": "Pinehurst",
    "Number": "304J",
    "NameFull": "Pinehurst 304J",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15873,
    "Name": "Meadowbrook",
    "Number": "305J",
    "NameFull": "Meadowbrook 305J",
    "FloorPlanGroupId": 1276,
    "FloorPlanGroupName": "2BR-MEADOWBROOK",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15874,
    "Name": "Baltusrol",
    "Number": "307J",
    "NameFull": "Baltusrol 307J",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15875,
    "Name": "Pinehurst",
    "Number": "308J",
    "NameFull": "Pinehurst 308J",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15876,
    "Name": "Pinehurst",
    "Number": "310J",
    "NameFull": "Pinehurst 310J",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15877,
    "Name": "Baltusrol",
    "Number": "311J",
    "NameFull": "Baltusrol 311J",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15878,
    "Name": "Merion",
    "Number": "313J",
    "NameFull": "Merion 313J",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-03-24T20:34:31.7061505-06:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15880,
    "Name": "Merion",
    "Number": "315J",
    "NameFull": "Merion 315J",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-03-24T20:34:34.4738817-06:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15881,
    "Name": "Baltusrol",
    "Number": "317J",
    "NameFull": "Baltusrol 317J",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15883,
    "Name": "Pinehurst",
    "Number": "320J",
    "NameFull": "Pinehurst 320J",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15884,
    "Name": "Baltusrol",
    "Number": "321J",
    "NameFull": "Baltusrol 321J",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15886,
    "Name": "Pinehurst",
    "Number": "324J",
    "NameFull": "Pinehurst 324J",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15887,
    "Name": "Somerset",
    "Number": "325J",
    "NameFull": "Somerset 325J",
    "FloorPlanGroupId": 1285,
    "FloorPlanGroupName": "2BR-SOMERSET",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15888,
    "Name": "Oakmont",
    "Number": "326J",
    "NameFull": "Oakmont 326J",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15889,
    "Name": "Oakmont",
    "Number": "328J",
    "NameFull": "Oakmont 328J",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15891,
    "Name": "Somerset",
    "Number": "329J",
    "NameFull": "Somerset 329J",
    "FloorPlanGroupId": 1285,
    "FloorPlanGroupName": "2BR-SOMERSET",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15892,
    "Name": "Oakmont",
    "Number": "330D",
    "NameFull": "Oakmont 330D",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15893,
    "Name": "Oakmont",
    "Number": "331D",
    "NameFull": "Oakmont 331D",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15894,
    "Name": "Oakmont",
    "Number": "333D",
    "NameFull": "Oakmont 333D",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15895,
    "Name": "Oakmont",
    "Number": "334D",
    "NameFull": "Oakmont 334D",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15898,
    "Name": "Pinehurst",
    "Number": "338D",
    "NameFull": "Pinehurst 338D",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15899,
    "Name": "Baltusrol",
    "Number": "339D",
    "NameFull": "Baltusrol 339D",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15903,
    "Name": "Merion",
    "Number": "343D",
    "NameFull": "Merion 343D",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-03-24T20:36:21.3821270-06:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15904,
    "Name": "Baltusrol",
    "Number": "345D",
    "NameFull": "Baltusrol 345D",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15905,
    "Name": "Pinehurst",
    "Number": "346D",
    "NameFull": "Pinehurst 346D",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15906,
    "Name": "Doral",
    "Number": "348D",
    "NameFull": "Doral 348D",
    "FloorPlanGroupId": 1268,
    "FloorPlanGroupName": "1BR-DORAL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15907,
    "Name": "Doral",
    "Number": "349D",
    "NameFull": "Doral 349D",
    "FloorPlanGroupId": 1268,
    "FloorPlanGroupName": "1BR-DORAL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15908,
    "Name": "Pinehurst",
    "Number": "350D",
    "NameFull": "Pinehurst 350D",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15909,
    "Name": "Baltusrol",
    "Number": "351D",
    "NameFull": "Baltusrol 351D",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15910,
    "Name": "Merion",
    "Number": "353D",
    "NameFull": "Merion 353D",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-03-24T20:36:24.0099851-06:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15911,
    "Name": "Merion",
    "Number": "355D",
    "NameFull": "Merion 355D",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-03-24T20:36:26.9398670-06:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15912,
    "Name": "Pinehurst",
    "Number": "358D",
    "NameFull": "Pinehurst 358D",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15914,
    "Name": "Oakmont",
    "Number": "400J",
    "NameFull": "Oakmont 400J",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15915,
    "Name": "Somerset",
    "Number": "401J",
    "NameFull": "Somerset 401J",
    "FloorPlanGroupId": 1285,
    "FloorPlanGroupName": "2BR-SOMERSET",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15916,
    "Name": "Oakmont",
    "Number": "402J",
    "NameFull": "Oakmont 402J",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15917,
    "Name": "Somerset",
    "Number": "403J",
    "NameFull": "Somerset 403J",
    "FloorPlanGroupId": 1285,
    "FloorPlanGroupName": "2BR-SOMERSET",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15918,
    "Name": "Pinehurst",
    "Number": "404J",
    "NameFull": "Pinehurst 404J",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15919,
    "Name": "Meadowbrook",
    "Number": "405J",
    "NameFull": "Meadowbrook 405J",
    "FloorPlanGroupId": 1276,
    "FloorPlanGroupName": "2BR-MEADOWBROOK",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15920,
    "Name": "Baltusrol",
    "Number": "407J",
    "NameFull": "Baltusrol 407J",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15921,
    "Name": "Pinehurst",
    "Number": "408J",
    "NameFull": "Pinehurst 408J",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15923,
    "Name": "Baltusrol",
    "Number": "411J",
    "NameFull": "Baltusrol 411J",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15925,
    "Name": "Merion",
    "Number": "413J",
    "NameFull": "Merion 413J",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-03-24T20:36:30.3102827-06:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15926,
    "Name": "Merion",
    "Number": "415J",
    "NameFull": "Merion 415J",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-03-24T20:36:32.9710325-06:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15927,
    "Name": "Baltusrol",
    "Number": "417J",
    "NameFull": "Baltusrol 417J",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15929,
    "Name": "Pinehurst",
    "Number": "420J",
    "NameFull": "Pinehurst 420J",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15930,
    "Name": "Baltusrol",
    "Number": "421J",
    "NameFull": "Baltusrol 421J",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15931,
    "Name": "Meadowbrook",
    "Number": "423J",
    "NameFull": "Meadowbrook 423J",
    "FloorPlanGroupId": 1276,
    "FloorPlanGroupName": "2BR-MEADOWBROOK",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15932,
    "Name": "Pinehurst",
    "Number": "424J",
    "NameFull": "Pinehurst 424J",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15933,
    "Name": "Somerset",
    "Number": "425J",
    "NameFull": "Somerset 425J",
    "FloorPlanGroupId": 1285,
    "FloorPlanGroupName": "2BR-SOMERSET",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15934,
    "Name": "Oakmont",
    "Number": "426J",
    "NameFull": "Oakmont 426J",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15937,
    "Name": "Somerset",
    "Number": "429J",
    "NameFull": "Somerset 429J",
    "FloorPlanGroupId": 1285,
    "FloorPlanGroupName": "2BR-SOMERSET",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15938,
    "Name": "Oakmont",
    "Number": "430D",
    "NameFull": "Oakmont 430D",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15941,
    "Name": "Oakmont",
    "Number": "434D",
    "NameFull": "Oakmont 434D",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15942,
    "Name": "Doral",
    "Number": "435D",
    "NameFull": "Doral 435D",
    "FloorPlanGroupId": 1268,
    "FloorPlanGroupName": "1BR-DORAL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15943,
    "Name": "Doral",
    "Number": "436D",
    "NameFull": "Doral 436D",
    "FloorPlanGroupId": 1268,
    "FloorPlanGroupName": "1BR-DORAL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15944,
    "Name": "Pinehurst",
    "Number": "438D",
    "NameFull": "Pinehurst 438D",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15945,
    "Name": "Baltusrol",
    "Number": "439D",
    "NameFull": "Baltusrol 439D",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15947,
    "Name": "Merion",
    "Number": "441D",
    "NameFull": "Merion 441D",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-03-24T20:36:35.4784784-06:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15948,
    "Name": "Merion",
    "Number": "443D",
    "NameFull": "Merion 443D",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-03-24T20:36:38.0717838-06:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15949,
    "Name": "Baltusrol",
    "Number": "445D",
    "NameFull": "Baltusrol 445D",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15950,
    "Name": "Pinehurst",
    "Number": "446D",
    "NameFull": "Pinehurst 446D",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15953,
    "Name": "Pinehurst",
    "Number": "450D",
    "NameFull": "Pinehurst 450D",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15954,
    "Name": "Baltusrol",
    "Number": "451D",
    "NameFull": "Baltusrol 451D",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15955,
    "Name": "Merion",
    "Number": "453D",
    "NameFull": "Merion 453D",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-03-24T20:36:40.7139709-06:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15956,
    "Name": "Merion",
    "Number": "455D",
    "NameFull": "Merion 455D",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-03-24T20:36:43.4291250-06:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15958,
    "Name": "Baltusrol",
    "Number": "457D",
    "NameFull": "Baltusrol 457D",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15959,
    "Name": "Pinehurst",
    "Number": "458D",
    "NameFull": "Pinehurst 458D",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15960,
    "Name": "Hampton",
    "Number": "459M",
    "NameFull": "Hampton 459M",
    "FloorPlanGroupId": 1271,
    "FloorPlanGroupName": "2BR-HAMPTON",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15961,
    "Name": "Berkdale",
    "Number": "460M",
    "NameFull": "Berkdale 460M",
    "FloorPlanGroupId": 1266,
    "FloorPlanGroupName": "1BR-BERKDALE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15962,
    "Name": "Berkdale",
    "Number": "461M",
    "NameFull": "Berkdale 461M",
    "FloorPlanGroupId": 1266,
    "FloorPlanGroupName": "1BR-BERKDALE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15963,
    "Name": "Newport",
    "Number": "462M",
    "NameFull": "Newport 462M",
    "FloorPlanGroupId": 1278,
    "FloorPlanGroupName": "2BR-NEWPORT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15964,
    "Name": "Warwick",
    "Number": "463M",
    "NameFull": "Warwick 463M",
    "FloorPlanGroupId": 1291,
    "FloorPlanGroupName": "2BR-WARWICK",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15965,
    "Name": "Warwick",
    "Number": "464M",
    "NameFull": "Warwick 464M",
    "FloorPlanGroupId": 1291,
    "FloorPlanGroupName": "2BR-WARWICK",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15966,
    "Name": "Berkdale",
    "Number": "465M",
    "NameFull": "Berkdale 465M",
    "FloorPlanGroupId": 1266,
    "FloorPlanGroupName": "1BR-BERKDALE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15967,
    "Name": "Berkdale",
    "Number": "466M",
    "NameFull": "Berkdale 466M",
    "FloorPlanGroupId": 1266,
    "FloorPlanGroupName": "1BR-BERKDALE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15969,
    "Name": "Berkdale",
    "Number": "467M",
    "NameFull": "Berkdale 467M",
    "FloorPlanGroupId": 1266,
    "FloorPlanGroupName": "1BR-BERKDALE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15970,
    "Name": "Hampton",
    "Number": "468M",
    "NameFull": "Hampton 468M",
    "FloorPlanGroupId": 1271,
    "FloorPlanGroupName": "2BR-HAMPTON",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15971,
    "Name": "Highland",
    "Number": "502J",
    "NameFull": "Highland 502J",
    "FloorPlanGroupId": 1274,
    "FloorPlanGroupName": "2BR-HIGHLAND",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15972,
    "Name": "Highland",
    "Number": "503J",
    "NameFull": "Highland 503J",
    "FloorPlanGroupId": 1274,
    "FloorPlanGroupName": "2BR-HIGHLAND",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15973,
    "Name": "Lakewood",
    "Number": "504J",
    "NameFull": "Lakewood 504J",
    "FloorPlanGroupId": 1275,
    "FloorPlanGroupName": "1BR-LAKEWOOD",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15974,
    "Name": "Waverly",
    "Number": "505J",
    "NameFull": "Waverly 505J",
    "FloorPlanGroupId": 1292,
    "FloorPlanGroupName": "2BR-WAVERLY",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15976,
    "Name": "Sherwood",
    "Number": "508J",
    "NameFull": "Sherwood 508J",
    "FloorPlanGroupId": 1297,
    "FloorPlanGroupName": "1BR-SHERWOOD",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15977,
    "Name": "Sherwood",
    "Number": "510J",
    "NameFull": "Sherwood 510J",
    "FloorPlanGroupId": 1297,
    "FloorPlanGroupName": "1BR-SHERWOOD",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15978,
    "Name": "Westchester",
    "Number": "511J",
    "NameFull": "Westchester 511J",
    "FloorPlanGroupId": 1294,
    "FloorPlanGroupName": "1BR-WESTCHESTER",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15980,
    "Name": "Greenbrier",
    "Number": "513J",
    "NameFull": "Greenbrier 513J",
    "FloorPlanGroupId": 1270,
    "FloorPlanGroupName": "1BR-GREENBRIAR",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15981,
    "Name": "Westchester",
    "Number": "517J",
    "NameFull": "Westchester 517J",
    "FloorPlanGroupId": 1294,
    "FloorPlanGroupName": "1BR-WESTCHESTER",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15982,
    "Name": "Sherwood",
    "Number": "518J",
    "NameFull": "Sherwood 518J",
    "FloorPlanGroupId": 1297,
    "FloorPlanGroupName": "1BR-SHERWOOD",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15983,
    "Name": "Sherwood",
    "Number": "520J",
    "NameFull": "Sherwood 520J",
    "FloorPlanGroupId": 1297,
    "FloorPlanGroupName": "1BR-SHERWOOD",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15984,
    "Name": "Westchester",
    "Number": "521J",
    "NameFull": "Westchester 521J",
    "FloorPlanGroupId": 1294,
    "FloorPlanGroupName": "1BR-WESTCHESTER",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15985,
    "Name": "Lakewood",
    "Number": "524J",
    "NameFull": "Lakewood 524J",
    "FloorPlanGroupId": 1275,
    "FloorPlanGroupName": "1BR-LAKEWOOD",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15986,
    "Name": "Waverly",
    "Number": "525J",
    "NameFull": "Waverly 525J",
    "FloorPlanGroupId": 1292,
    "FloorPlanGroupName": "2BR-WAVERLY",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15987,
    "Name": "Highland",
    "Number": "526J",
    "NameFull": "Highland 526J",
    "FloorPlanGroupId": 1274,
    "FloorPlanGroupName": "2BR-HIGHLAND",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15988,
    "Name": "Highland",
    "Number": "527J",
    "NameFull": "Highland 527J",
    "FloorPlanGroupId": 1274,
    "FloorPlanGroupName": "2BR-HIGHLAND",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15991,
    "Name": "Oakmont",
    "Number": "531D",
    "NameFull": "Oakmont 531D",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15992,
    "Name": "Oakmont",
    "Number": "533D",
    "NameFull": "Oakmont 533D",
    "FloorPlanGroupId": 1279,
    "FloorPlanGroupName": "2BR-OAKMONT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15994,
    "Name": "Doral",
    "Number": "535D",
    "NameFull": "Doral 535D",
    "FloorPlanGroupId": 1268,
    "FloorPlanGroupName": "1BR-DORAL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15995,
    "Name": "Doral",
    "Number": "536D",
    "NameFull": "Doral 536D",
    "FloorPlanGroupId": 1268,
    "FloorPlanGroupName": "1BR-DORAL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15997,
    "Name": "Baltusrol",
    "Number": "539D",
    "NameFull": "Baltusrol 539D",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 15999,
    "Name": "Merion",
    "Number": "543D",
    "NameFull": "Merion 543D",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-03-24T20:36:49.4428053-06:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16000,
    "Name": "Baltusrol",
    "Number": "545D",
    "NameFull": "Baltusrol 545D",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16002,
    "Name": "Pinehurst",
    "Number": "546D",
    "NameFull": "Pinehurst 546D",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16003,
    "Name": "Doral",
    "Number": "548D",
    "NameFull": "Doral 548D",
    "FloorPlanGroupId": 1268,
    "FloorPlanGroupName": "1BR-DORAL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16004,
    "Name": "Doral",
    "Number": "549D",
    "NameFull": "Doral 549D",
    "FloorPlanGroupId": 1268,
    "FloorPlanGroupName": "1BR-DORAL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16005,
    "Name": "Pinehurst",
    "Number": "550D",
    "NameFull": "Pinehurst 550D",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16006,
    "Name": "Baltusrol",
    "Number": "551D",
    "NameFull": "Baltusrol 551D",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16007,
    "Name": "Merion",
    "Number": "553D",
    "NameFull": "Merion 553D",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-03-24T04:01:49.3866744-06:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16008,
    "Name": "Merion",
    "Number": "555D",
    "NameFull": "Merion 555D",
    "FloorPlanGroupId": 1117,
    "FloorPlanGroupName": "Unassigned",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-03-24T20:36:52.4330351-06:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16009,
    "Name": "Baltusrol",
    "Number": "557D",
    "NameFull": "Baltusrol 557D",
    "FloorPlanGroupId": 1264,
    "FloorPlanGroupName": "2BR-BALTUSROL",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16010,
    "Name": "Pinehurst",
    "Number": "558D",
    "NameFull": "Pinehurst 558D",
    "FloorPlanGroupId": 1282,
    "FloorPlanGroupName": "2BR-PINEHURST",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16011,
    "Name": "Wedgewood",
    "Number": "559M",
    "NameFull": "Wedgewood 559M",
    "FloorPlanGroupId": 1293,
    "FloorPlanGroupName": "2BR-WEDGEWOOD",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16014,
    "Name": "Berkdale",
    "Number": "560M",
    "NameFull": "Berkdale 560M",
    "FloorPlanGroupId": 1266,
    "FloorPlanGroupName": "1BR-BERKDALE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16015,
    "Name": "Berkdale",
    "Number": "561M",
    "NameFull": "Berkdale 561M",
    "FloorPlanGroupId": 1266,
    "FloorPlanGroupName": "1BR-BERKDALE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16016,
    "Name": "Newport",
    "Number": "562M",
    "NameFull": "Newport 562M",
    "FloorPlanGroupId": 1278,
    "FloorPlanGroupName": "2BR-NEWPORT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16017,
    "Name": "Warwick",
    "Number": "563M",
    "NameFull": "Warwick 563M",
    "FloorPlanGroupId": 1291,
    "FloorPlanGroupName": "2BR-WARWICK",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16018,
    "Name": "Newport",
    "Number": "564M",
    "NameFull": "Newport 564M",
    "FloorPlanGroupId": 1278,
    "FloorPlanGroupName": "2BR-NEWPORT",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16019,
    "Name": "Warwick",
    "Number": "565M",
    "NameFull": "Warwick 565M",
    "FloorPlanGroupId": 1291,
    "FloorPlanGroupName": "2BR-WARWICK",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16020,
    "Name": "Berkdale",
    "Number": "566M",
    "NameFull": "Berkdale 566M",
    "FloorPlanGroupId": 1266,
    "FloorPlanGroupName": "1BR-BERKDALE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16021,
    "Name": "Berkdale",
    "Number": "567M",
    "NameFull": "Berkdale 567M",
    "FloorPlanGroupId": 1266,
    "FloorPlanGroupName": "1BR-BERKDALE",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16022,
    "Name": "Wedgewood",
    "Number": "568M",
    "NameFull": "Wedgewood 568M",
    "FloorPlanGroupId": 1293,
    "FloorPlanGroupName": "2BR-WEDGEWOOD",
    "CareGroupTypeId": 622,
    "CareGroupTypeName": "Independent Living",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16023,
    "Name": "1 Bedroom - Pitney",
    "Number": "4062",
    "NameFull": "1 Bedroom - Pitney 4062",
    "FloorPlanGroupId": 1281,
    "FloorPlanGroupName": "1BR-ALPITNEY",
    "CareGroupTypeId": 610,
    "CareGroupTypeName": "Assisted Living/RHC",
    "Capacity": 1,
    "SquareFoot": 655,
    "DateCreated": "2008-08-06T03:43:40.5300000-06:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  },
  {
    "CommunityId": 287,
    "CommunityUnique": "WinchesterGardens",
    "UnitId": 16025,
    "Name": "Special Care Studio",
    "Number": "3044",
    "NameFull": "Special Care Studio 3044",
    "FloorPlanGroupId": 1287,
    "FloorPlanGroupName": "SPECIAL CARE STUDIO",
    "CareGroupTypeId": 616,
    "CareGroupTypeName": "Memory Impairment",
    "Capacity": 1,
    "DateCreated": "2011-12-28T21:11:45.6700000-07:00",
    "DateUpdated": "2016-02-26T14:24:21.6600000-07:00",
    "HasActiveContract": true,
    "IsVacant": false
  }
]

400 Bad Request

CommunityUnique parameter is invalid

Code samples

@ECHO OFF

curl -v -X GET "https://api2.enquiresolutions.com/v3/Unit?PortalId={number}&Id={number}&CommunityUnique={string}"
-H "Ocp-Apim-Subscription-Key: {subscription key}"

--data-ascii "{body}" 
using System;
using System.Net.Http.Headers;
using System.Text;
using System.Net.Http;
using System.Web;

namespace CSHttpClientSample
{
    static class Program
    {
        static void Main()
        {
            MakeRequest();
            Console.WriteLine("Hit ENTER to exit...");
            Console.ReadLine();
        }
        
        static async void MakeRequest()
        {
            var client = new HttpClient();
            var queryString = HttpUtility.ParseQueryString(string.Empty);

            // Request headers
            client.DefaultRequestHeaders.Add("Ocp-Apim-Subscription-Key", "{subscription key}");

            // Request parameters
            queryString["PortalId"] = "{number}";
            queryString["Id"] = "{number}";
            queryString["CommunityUnique"] = "{string}";
            var uri = "https://api2.enquiresolutions.com/v3/Unit?" + queryString;

            var response = await client.GetAsync(uri);
        }
    }
}	
// // This sample uses the Apache HTTP client from HTTP Components (http://hc.apache.org/httpcomponents-client-ga/)
import java.net.URI;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.client.utils.URIBuilder;
import org.apache.http.impl.client.HttpClients;
import org.apache.http.util.EntityUtils;

public class JavaSample 
{
    public static void main(String[] args) 
    {
        HttpClient httpclient = HttpClients.createDefault();

        try
        {
            URIBuilder builder = new URIBuilder("https://api2.enquiresolutions.com/v3/Unit");

            builder.setParameter("PortalId", "{number}");
            builder.setParameter("Id", "{number}");
            builder.setParameter("CommunityUnique", "{string}");

            URI uri = builder.build();
            HttpGet request = new HttpGet(uri);
            request.setHeader("Ocp-Apim-Subscription-Key", "{subscription key}");


            // Request body
            StringEntity reqEntity = new StringEntity("{body}");
            request.setEntity(reqEntity);

            HttpResponse response = httpclient.execute(request);
            HttpEntity entity = response.getEntity();

            if (entity != null) 
            {
                System.out.println(EntityUtils.toString(entity));
            }
        }
        catch (Exception e)
        {
            System.out.println(e.getMessage());
        }
    }
}

<!DOCTYPE html>
<html>
<head>
    <title>JSSample</title>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
</head>
<body>

<script type="text/javascript">
    $(function() {
        var params = {
            // Request parameters
            "PortalId": "{number}",
            "Id": "{number}",
            "CommunityUnique": "{string}",
        };
      
        $.ajax({
            url: "https://api2.enquiresolutions.com/v3/Unit?" + $.param(params),
            beforeSend: function(xhrObj){
                // Request headers
                xhrObj.setRequestHeader("Ocp-Apim-Subscription-Key","{subscription key}");
            },
            type: "GET",
            // Request body
            data: "{body}",
        })
        .done(function(data) {
            alert("success");
        })
        .fail(function() {
            alert("error");
        });
    });
</script>
</body>
</html>
#import <Foundation/Foundation.h>

int main(int argc, const char * argv[])
{
    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
    
    NSString* path = @"https://api2.enquiresolutions.com/v3/Unit";
    NSArray* array = @[
                         // Request parameters
                         @"entities=true",
                         @"PortalId={number}",
                         @"Id={number}",
                         @"CommunityUnique={string}",
                      ];
    
    NSString* string = [array componentsJoinedByString:@"&"];
    path = [path stringByAppendingFormat:@"?%@", string];

    NSLog(@"%@", path);

    NSMutableURLRequest* _request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:path]];
    [_request setHTTPMethod:@"GET"];
    // Request headers
    [_request setValue:@"{subscription key}" forHTTPHeaderField:@"Ocp-Apim-Subscription-Key"];
    // Request body
    [_request setHTTPBody:[@"{body}" dataUsingEncoding:NSUTF8StringEncoding]];
    
    NSURLResponse *response = nil;
    NSError *error = nil;
    NSData* _connectionData = [NSURLConnection sendSynchronousRequest:_request returningResponse:&response error:&error];

    if (nil != error)
    {
        NSLog(@"Error: %@", error);
    }
    else
    {
        NSError* error = nil;
        NSMutableDictionary* json = nil;
        NSString* dataString = [[NSString alloc] initWithData:_connectionData encoding:NSUTF8StringEncoding];
        NSLog(@"%@", dataString);
        
        if (nil != _connectionData)
        {
            json = [NSJSONSerialization JSONObjectWithData:_connectionData options:NSJSONReadingMutableContainers error:&error];
        }
        
        if (error || !json)
        {
            NSLog(@"Could not parse loaded json with error:%@", error);
        }
        
        NSLog(@"%@", json);
        _connectionData = nil;
    }
    
    [pool drain];

    return 0;
}
<?php
// This sample uses the Apache HTTP client from HTTP Components (http://hc.apache.org/httpcomponents-client-ga/)
require_once 'HTTP/Request2.php';

$request = new Http_Request2('https://api2.enquiresolutions.com/v3/Unit');
$url = $request->getUrl();

$headers = array(
    // Request headers
    'Ocp-Apim-Subscription-Key' => '{subscription key}',
);

$request->setHeader($headers);

$parameters = array(
    // Request parameters
    'PortalId' => '{number}',
    'Id' => '{number}',
    'CommunityUnique' => '{string}',
);

$url->setQueryVariables($parameters);

$request->setMethod(HTTP_Request2::METHOD_GET);

// Request body
$request->setBody("{body}");

try
{
    $response = $request->send();
    echo $response->getBody();
}
catch (HttpException $ex)
{
    echo $ex;
}

?>
########### Python 2.7 #############
import httplib, urllib, base64

headers = {
    # Request headers
    'Ocp-Apim-Subscription-Key': '{subscription key}',
}

params = urllib.urlencode({
    # Request parameters
    'PortalId': '{number}',
    'Id': '{number}',
    'CommunityUnique': '{string}',
})

try:
    conn = httplib.HTTPSConnection('api2.enquiresolutions.com')
    conn.request("GET", "/v3/Unit?%s" % params, "{body}", headers)
    response = conn.getresponse()
    data = response.read()
    print(data)
    conn.close()
except Exception as e:
    print("[Errno {0}] {1}".format(e.errno, e.strerror))

####################################

########### Python 3.2 #############
import http.client, urllib.request, urllib.parse, urllib.error, base64

headers = {
    # Request headers
    'Ocp-Apim-Subscription-Key': '{subscription key}',
}

params = urllib.parse.urlencode({
    # Request parameters
    'PortalId': '{number}',
    'Id': '{number}',
    'CommunityUnique': '{string}',
})

try:
    conn = http.client.HTTPSConnection('api2.enquiresolutions.com')
    conn.request("GET", "/v3/Unit?%s" % params, "{body}", headers)
    response = conn.getresponse()
    data = response.read()
    print(data)
    conn.close()
except Exception as e:
    print("[Errno {0}] {1}".format(e.errno, e.strerror))

####################################
require 'net/http'

uri = URI('https://api2.enquiresolutions.com/v3/Unit')

query = URI.encode_www_form({
    # Request parameters
    'PortalId' => '{number}',
    'Id' => '{number}',
    'CommunityUnique' => '{string}'
})

if uri.query && uri.query.length > 0
    uri.query += '&' + query
else
    uri.query = query
end

request = Net::HTTP::Get.new(uri.request_uri)
# Request headers
request['Ocp-Apim-Subscription-Key'] = '{subscription key}'
# Request body
request.body = "{body}"

response = Net::HTTP.start(uri.host, uri.port, :use_ssl => uri.scheme == 'https') do |http|
    http.request(request)
end

puts response.body