ARGUS Enterprise · Example Payload

Argus Enterprise Report Request Example

Altus GroupAsset ManagementCash Flow ModelingCommercial Real EstatePortfolio ManagementValuation

Argus Enterprise Report Request Example is an example object payload from ARGUS Enterprise, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

reportTypetitlepropertyIdsportfolioIdsstartDateendDateoutputFormat

Example Payload

Raw ↑
{
  "reportType": "LeaseExpiry",
  "title": "value-title",
  "propertyIds": [
    "ae-001234",
    "ae-001234"
  ],
  "portfolioIds": [
    "ae-001234",
    "ae-001234"
  ],
  "startDate": "2025-03-15",
  "endDate": "2025-03-15",
  "outputFormat": "PDF"
}