GET api/Statistic/GetLatestRKRData?zip={zip}&propertyType={propertyType}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
zip
No documentation available.

Define this parameter in the request URI.

propertyType
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "PT": 1,
  "Zip": 2,
  "Year": 3,
  "Quarter": 4,
  "AmountSold": 5,
  "AvgPrice": 6
}

application/xml, text/xml

Sample:
<StatisticRKRViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Boliga.Web.API.Models">
  <AmountSold>5</AmountSold>
  <AvgPrice>6</AvgPrice>
  <PT>1</PT>
  <Quarter>4</Quarter>
  <Year>3</Year>
  <Zip>2</Zip>
</StatisticRKRViewModel>