Yardi · Schema

TransactionResponse

SOAP response containing resident transaction data in XML format.

AccountingCommercial Real EstateCoworkingInvestment ManagementMultifamilyProperty ManagementReal EstateResidentialSelf StorageSenior Living

Properties

Name Type Description
TransactionXmlResponse string XML response containing transaction records
View JSON Schema on GitHub

JSON Schema

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