Yardi · Schema

JobCostDataResponse

SOAP response containing job cost tracking data.

AccountingCommercial Real EstateCo-WorkingInvestment ManagementMCPMultifamilyProperty ManagementPropTechReal-EstateResidentialSelf StorageSenior Living

Properties

Name Type Description
JobCostDataXmlResponse string XML response containing job cost records
View JSON Schema on GitHub

JSON Schema

yardi-jobcostdataresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobCostDataResponse",
  "title": "JobCostDataResponse",
  "type": "object",
  "description": "SOAP response containing job cost tracking data.",
  "properties": {
    "JobCostDataXmlResponse": {
      "type": "string",
      "description": "XML response containing job cost records"
    }
  }
}