Yardi · Schema

UnitInformationResponse

SOAP response containing unit information data.

AccountingCommercial Real EstateCo-WorkingInvestment ManagementMCPMultifamilyProperty ManagementPropTechReal-EstateResidentialSelf StorageSenior Living

Properties

Name Type Description
UnitInformationXmlResponse string XML response containing unit records
View JSON Schema on GitHub

JSON Schema

yardi-unitinformationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UnitInformationResponse",
  "title": "UnitInformationResponse",
  "type": "object",
  "description": "SOAP response containing unit information data.",
  "properties": {
    "UnitInformationXmlResponse": {
      "type": "string",
      "description": "XML response containing unit records"
    }
  }
}