GET api/ValuationSummary?IDProperty={IDProperty}&StateOrProvince={StateOrProvince}&subscriptionKey={subscriptionKey}

Get Valuation Summary given identifier.

Request Information

Parameters

NameDescriptionAdditional information
IDProperty
Integer property identifier (required).

Define this parameter in the request URI.

StateOrProvince
Two character state abbreviation (required).

Define this parameter in the request URI.

subscriptionKey
String subscription key (required).

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "IDProperty": 1,
  "Valuation": 2,
  "ValuationDate": "2026-07-12T11:17:56.4224852-06:00",
  "Reliability": 4,
  "PropertiesUsed": 5,
  "Market": 6,
  "LandResidual": 7,
  "Assessment": 8,
  "SimilarAssessment": 9,
  "TrendSalePrice": 10,
  "ReplacementCost": 11,
  "WeightMarket": 12.1,
  "WeightLandResidual": 13.1,
  "WeightAssessment": 14.1,
  "WeightSimilarAssessment": 15.1,
  "WeightTrendSalePrice": 16.1,
  "CompCountMarket": 17,
  "CompCountLandResidual": 18,
  "CompCountAssessment": 19,
  "CompCountSimilarAssessment": 20,
  "ValuationReport": "sample string 21"
}