Yardi · Schema

ChartOfAccountsResponse

SOAP response containing chart of accounts data.

AccountingCommercial Real EstateCo-WorkingInvestment ManagementMCPMultifamilyProperty ManagementPropTechReal-EstateResidentialSelf StorageSenior Living

Properties

Name Type Description
ChartOfAccountsXmlResponse string XML response containing account records
View JSON Schema on GitHub

JSON Schema

yardi-chartofaccountsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChartOfAccountsResponse",
  "title": "ChartOfAccountsResponse",
  "type": "object",
  "description": "SOAP response containing chart of accounts data.",
  "properties": {
    "ChartOfAccountsXmlResponse": {
      "type": "string",
      "description": "XML response containing account records"
    }
  }
}