GET api/BanyanProperty?authKey={authKey}&entrataPropertyId={entrataPropertyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
authKey

string

Required

entrataPropertyId

string

Required

Body Parameters

None.

Response Information

Resource Description

BanyanProperty
NameDescriptionTypeAdditional information
PropertyBillingMethodCollByPropertyId

Collection of Object

None.

ProviderAccountCollByPropertyId

Collection of Object

None.

UnitCollByPropertyId

Collection of Object

None.

StateCode

string

None.

PropertyId

globally unique identifier

None.

DateCreated

date

None.

DateUpdated

date

None.

ClientId

globally unique identifier

None.

Name

string

None.

Address1

string

None.

City

string

None.

StateId

globally unique identifier

None.

PostalCode

string

None.

CassId

integer

None.

CassSiteNumber

string

None.

UtCommunityId

integer

None.

UnitCount

integer

None.

TotalSquareFeet

decimal number

None.

ImageFileId

globally unique identifier

None.

AccountManagerUserId

globally unique identifier

None.

PropertyTypeId

globally unique identifier

None.

ConstellationName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "propertyBillingMethodCollByPropertyId": [],
  "providerAccountCollByPropertyId": [],
  "unitCollByPropertyId": [],
  "stateCode": null,
  "propertyId": "3cca18de-2772-4515-a9e9-c726ea6164ab",
  "dateCreated": "2025-12-10T14:41:20.9605106+00:00",
  "dateUpdated": "2025-12-10T14:41:20.9605106+00:00",
  "clientId": "84ade726-f5c4-490f-a51d-5bce75605caf",
  "name": "sample string 1",
  "address1": "sample string 2",
  "city": "sample string 3",
  "stateId": "6eee675a-dacc-41f6-8722-2053c242c22f",
  "postalCode": "sample string 4",
  "cassId": 1,
  "cassSiteNumber": "sample string 5",
  "utCommunityId": 1,
  "unitCount": 1,
  "totalSquareFeet": 1.1,
  "imageFileId": "051d879a-675c-41b4-9e6f-5382e92a7847",
  "accountManagerUserId": "93d19572-ed1f-44d5-963d-b5f6d36e199a",
  "propertyTypeId": "94798c31-a688-4e7a-ad46-58d47218bfa2",
  "constellationName": "sample string 6",
  "modifiedColumns": [
    "account_manager_user_id",
    "client_id",
    "image_file_id",
    "property_type_id",
    "state_id",
    "property_id",
    "date_created",
    "date_updated",
    "name",
    "address1",
    "city",
    "postal_code",
    "cass_id",
    "cass_site_number",
    "ut_community_id",
    "unit_count",
    "total_square_feet",
    "constellation_name"
  ]
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: No set method for property 'StateCode' in type 'BusinessObjects.BanyanProperty'.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: No set method for property 'StateCode' in type 'BusinessObjects.BanyanProperty'.