Yardi · Schema

PropertyConfigurationsResponse

SOAP response containing property configuration data.

AccountingCommercial Real EstateCoworkingInvestment ManagementMultifamilyProperty ManagementReal EstateResidentialSelf StorageSenior Living

Properties

Name Type Description
PropertyConfigurationsXmlResponse string XML response containing property configuration records
View JSON Schema on GitHub

JSON Schema

yardi-propertyconfigurationsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PropertyConfigurationsResponse",
  "title": "PropertyConfigurationsResponse",
  "type": "object",
  "description": "SOAP response containing property configuration data.",
  "properties": {
    "PropertyConfigurationsXmlResponse": {
      "type": "string",
      "description": "XML response containing property configuration records"
    }
  }
}