Yardi · Schema

BudgetDataResponse

SOAP response containing budget data in XML format.

AccountingCommercial Real EstateCoworkingInvestment ManagementMultifamilyProperty ManagementReal EstateResidentialSelf StorageSenior Living

Properties

Name Type Description
BudgetDataXmlResponse string XML response containing budget records
View JSON Schema on GitHub

JSON Schema

yardi-budgetdataresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BudgetDataResponse",
  "title": "BudgetDataResponse",
  "type": "object",
  "description": "SOAP response containing budget data in XML format.",
  "properties": {
    "BudgetDataXmlResponse": {
      "type": "string",
      "description": "XML response containing budget records"
    }
  }
}