Yardi · Schema

TenantsResponse

SOAP response containing tenant data.

AccountingCommercial Real EstateCoworkingInvestment ManagementMultifamilyProperty ManagementReal EstateResidentialSelf StorageSenior Living

Properties

Name Type Description
TenantsXmlResponse string XML response containing tenant records
View JSON Schema on GitHub

JSON Schema

yardi-tenantsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TenantsResponse",
  "title": "TenantsResponse",
  "type": "object",
  "description": "SOAP response containing tenant data.",
  "properties": {
    "TenantsXmlResponse": {
      "type": "string",
      "description": "XML response containing tenant records"
    }
  }
}