GET api/EvaluationReport/Get?listingId={listingId}

Get evaluation report by listing id

Request Information

Parameters

NameDescriptionAdditional information
listingId
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "EvaluationReport": {
    "Id": 1,
    "CreationDate": "2024-03-28T18:54:01.7547155+01:00",
    "Property": null,
    "LatestAppraisal": {
      "Key": 1,
      "Value": 2
    },
    "PriceDevelopmentChart": null,
    "SimilarSales": [
      {
        "UnitId": "cb968e3e-f59b-4e8a-854a-6518062c34f0",
        "PropertyType": 2,
        "Address": "sample string 3",
        "Zip": 4,
        "Lat": 5.1,
        "Lon": 6.1,
        "LivingArea": 7,
        "BasementArea": 8,
        "GardenArea": 9,
        "Distance": 10.1,
        "Sale": {
          "Date": "2024-03-28T18:54:01.7547155+01:00",
          "Price": 2,
          "CorrectedPrice": 3,
          "Correction": 4.1
        },
        "Disregard": true,
        "FloorId": "92e0ee9c-b8fb-40da-9d5f-38bdfb60730e",
        "BuildingId": "0cda81d6-8859-47df-9bca-5959fe330473",
        "StreetCode": 14,
        "MunicipalityCode": 15,
        "Weight": 16
      },
      {
        "UnitId": "cb968e3e-f59b-4e8a-854a-6518062c34f0",
        "PropertyType": 2,
        "Address": "sample string 3",
        "Zip": 4,
        "Lat": 5.1,
        "Lon": 6.1,
        "LivingArea": 7,
        "BasementArea": 8,
        "GardenArea": 9,
        "Distance": 10.1,
        "Sale": {
          "Date": "2024-03-28T18:54:01.7547155+01:00",
          "Price": 2,
          "CorrectedPrice": 3,
          "Correction": 4.1
        },
        "Disregard": true,
        "FloorId": "92e0ee9c-b8fb-40da-9d5f-38bdfb60730e",
        "BuildingId": "0cda81d6-8859-47df-9bca-5959fe330473",
        "StreetCode": 14,
        "MunicipalityCode": 15,
        "Weight": 16
      },
      {
        "UnitId": "cb968e3e-f59b-4e8a-854a-6518062c34f0",
        "PropertyType": 2,
        "Address": "sample string 3",
        "Zip": 4,
        "Lat": 5.1,
        "Lon": 6.1,
        "LivingArea": 7,
        "BasementArea": 8,
        "GardenArea": 9,
        "Distance": 10.1,
        "Sale": {
          "Date": "2024-03-28T18:54:01.7547155+01:00",
          "Price": 2,
          "CorrectedPrice": 3,
          "Correction": 4.1
        },
        "Disregard": true,
        "FloorId": "92e0ee9c-b8fb-40da-9d5f-38bdfb60730e",
        "BuildingId": "0cda81d6-8859-47df-9bca-5959fe330473",
        "StreetCode": 14,
        "MunicipalityCode": 15,
        "Weight": 16
      }
    ],
    "Sales": [
      {
        "Date": "2024-03-28T18:54:01.7547155+01:00",
        "Price": 2,
        "CorrectedPrice": 3,
        "Correction": 4.1
      },
      {
        "Date": "2024-03-28T18:54:01.7547155+01:00",
        "Price": 2,
        "CorrectedPrice": 3,
        "Correction": 4.1
      },
      {
        "Date": "2024-03-28T18:54:01.7547155+01:00",
        "Price": 2,
        "CorrectedPrice": 3,
        "Correction": 4.1
      }
    ],
    "CurrentOffer": {
      "EstateId": 1,
      "AskingPrice": 2
    },
    "WeightType": 3,
    "RkrSqm": 4.1,
    "RkrAtLastSale": 5,
    "RkrNowDate": "2024-03-28T18:54:01.7547155+01:00",
    "RkrNow": 7,
    "RkrIsCountryAvg": true,
    "Modifiers": [
      {
        "<Id>k__BackingField": 1,
        "<Group>k__BackingField": 0,
        "<PrintName>k__BackingField": "sample string 2",
        "<Name>k__BackingField": "sample string 3",
        "<Value>k__BackingField": 4.1
      },
      {
        "<Id>k__BackingField": 1,
        "<Group>k__BackingField": 0,
        "<PrintName>k__BackingField": "sample string 2",
        "<Name>k__BackingField": "sample string 3",
        "<Value>k__BackingField": 4.1
      },
      {
        "<Id>k__BackingField": 1,
        "<Group>k__BackingField": 0,
        "<PrintName>k__BackingField": "sample string 2",
        "<Name>k__BackingField": "sample string 3",
        "<Value>k__BackingField": 4.1
      }
    ],
    "Results": [
      {
        "Value": 1,
        "Weight": 2.1,
        "Type": 0
      },
      {
        "Value": 1,
        "Weight": 2.1,
        "Type": 0
      },
      {
        "Value": 1,
        "Weight": 2.1,
        "Type": 0
      }
    ]
  }
}

application/xml, text/xml

Sample:
<EvaluationReportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Boliga.Web.API.Models">
  <EvaluationReport xmlns:d2p1="http://schemas.datacontract.org/2004/07/Boliga.Data.Entities.EvaluationReport">
    <d2p1:CreationDate>2024-03-28T18:54:01.7547155+01:00</d2p1:CreationDate>
    <d2p1:CurrentOffer>
      <d2p1:AskingPrice>2</d2p1:AskingPrice>
      <d2p1:EstateId>1</d2p1:EstateId>
    </d2p1:CurrentOffer>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:LatestAppraisal xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
      <d3p1:key>1</d3p1:key>
      <d3p1:value>2</d3p1:value>
    </d2p1:LatestAppraisal>
    <d2p1:Modifiers>
      <d2p1:Modifier>
        <d2p1:_x003C_Group_x003E_k__BackingField>Floor</d2p1:_x003C_Group_x003E_k__BackingField>
        <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
        <d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField>
        <d2p1:_x003C_PrintName_x003E_k__BackingField>sample string 2</d2p1:_x003C_PrintName_x003E_k__BackingField>
        <d2p1:_x003C_Value_x003E_k__BackingField>4.1</d2p1:_x003C_Value_x003E_k__BackingField>
      </d2p1:Modifier>
      <d2p1:Modifier>
        <d2p1:_x003C_Group_x003E_k__BackingField>Floor</d2p1:_x003C_Group_x003E_k__BackingField>
        <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
        <d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField>
        <d2p1:_x003C_PrintName_x003E_k__BackingField>sample string 2</d2p1:_x003C_PrintName_x003E_k__BackingField>
        <d2p1:_x003C_Value_x003E_k__BackingField>4.1</d2p1:_x003C_Value_x003E_k__BackingField>
      </d2p1:Modifier>
      <d2p1:Modifier>
        <d2p1:_x003C_Group_x003E_k__BackingField>Floor</d2p1:_x003C_Group_x003E_k__BackingField>
        <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
        <d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField>
        <d2p1:_x003C_PrintName_x003E_k__BackingField>sample string 2</d2p1:_x003C_PrintName_x003E_k__BackingField>
        <d2p1:_x003C_Value_x003E_k__BackingField>4.1</d2p1:_x003C_Value_x003E_k__BackingField>
      </d2p1:Modifier>
    </d2p1:Modifiers>
    <d2p1:PriceDevelopmentChart i:nil="true" />
    <d2p1:Property i:nil="true" />
    <d2p1:Results>
      <d2p1:Result>
        <d2p1:Type>Rkr</d2p1:Type>
        <d2p1:Value>1</d2p1:Value>
        <d2p1:Weight>2.1</d2p1:Weight>
      </d2p1:Result>
      <d2p1:Result>
        <d2p1:Type>Rkr</d2p1:Type>
        <d2p1:Value>1</d2p1:Value>
        <d2p1:Weight>2.1</d2p1:Weight>
      </d2p1:Result>
      <d2p1:Result>
        <d2p1:Type>Rkr</d2p1:Type>
        <d2p1:Value>1</d2p1:Value>
        <d2p1:Weight>2.1</d2p1:Weight>
      </d2p1:Result>
    </d2p1:Results>
    <d2p1:RkrAtLastSale>5</d2p1:RkrAtLastSale>
    <d2p1:RkrIsCountryAvg>true</d2p1:RkrIsCountryAvg>
    <d2p1:RkrNow>7</d2p1:RkrNow>
    <d2p1:RkrNowDate>2024-03-28T18:54:01.7547155+01:00</d2p1:RkrNowDate>
    <d2p1:RkrSqm>4.1</d2p1:RkrSqm>
    <d2p1:Sales>
      <d2p1:Sale>
        <d2p1:CorrectedPrice>3</d2p1:CorrectedPrice>
        <d2p1:Correction>4.1</d2p1:Correction>
        <d2p1:Date>2024-03-28T18:54:01.7547155+01:00</d2p1:Date>
        <d2p1:Price>2</d2p1:Price>
      </d2p1:Sale>
      <d2p1:Sale>
        <d2p1:CorrectedPrice>3</d2p1:CorrectedPrice>
        <d2p1:Correction>4.1</d2p1:Correction>
        <d2p1:Date>2024-03-28T18:54:01.7547155+01:00</d2p1:Date>
        <d2p1:Price>2</d2p1:Price>
      </d2p1:Sale>
      <d2p1:Sale>
        <d2p1:CorrectedPrice>3</d2p1:CorrectedPrice>
        <d2p1:Correction>4.1</d2p1:Correction>
        <d2p1:Date>2024-03-28T18:54:01.7547155+01:00</d2p1:Date>
        <d2p1:Price>2</d2p1:Price>
      </d2p1:Sale>
    </d2p1:Sales>
    <d2p1:SimilarSales>
      <d2p1:SimilarSale>
        <d2p1:Address>sample string 3</d2p1:Address>
        <d2p1:BasementArea>8</d2p1:BasementArea>
        <d2p1:BuildingId>0cda81d6-8859-47df-9bca-5959fe330473</d2p1:BuildingId>
        <d2p1:Disregard>true</d2p1:Disregard>
        <d2p1:Distance>10.1</d2p1:Distance>
        <d2p1:FloorId>92e0ee9c-b8fb-40da-9d5f-38bdfb60730e</d2p1:FloorId>
        <d2p1:GardenArea>9</d2p1:GardenArea>
        <d2p1:Lat>5.1</d2p1:Lat>
        <d2p1:LivingArea>7</d2p1:LivingArea>
        <d2p1:Lon>6.1</d2p1:Lon>
        <d2p1:MunicipalityCode>15</d2p1:MunicipalityCode>
        <d2p1:PropertyType>2</d2p1:PropertyType>
        <d2p1:Sale>
          <d2p1:CorrectedPrice>3</d2p1:CorrectedPrice>
          <d2p1:Correction>4.1</d2p1:Correction>
          <d2p1:Date>2024-03-28T18:54:01.7547155+01:00</d2p1:Date>
          <d2p1:Price>2</d2p1:Price>
        </d2p1:Sale>
        <d2p1:StreetCode>14</d2p1:StreetCode>
        <d2p1:UnitId>cb968e3e-f59b-4e8a-854a-6518062c34f0</d2p1:UnitId>
        <d2p1:Weight>16</d2p1:Weight>
        <d2p1:Zip>4</d2p1:Zip>
      </d2p1:SimilarSale>
      <d2p1:SimilarSale>
        <d2p1:Address>sample string 3</d2p1:Address>
        <d2p1:BasementArea>8</d2p1:BasementArea>
        <d2p1:BuildingId>0cda81d6-8859-47df-9bca-5959fe330473</d2p1:BuildingId>
        <d2p1:Disregard>true</d2p1:Disregard>
        <d2p1:Distance>10.1</d2p1:Distance>
        <d2p1:FloorId>92e0ee9c-b8fb-40da-9d5f-38bdfb60730e</d2p1:FloorId>
        <d2p1:GardenArea>9</d2p1:GardenArea>
        <d2p1:Lat>5.1</d2p1:Lat>
        <d2p1:LivingArea>7</d2p1:LivingArea>
        <d2p1:Lon>6.1</d2p1:Lon>
        <d2p1:MunicipalityCode>15</d2p1:MunicipalityCode>
        <d2p1:PropertyType>2</d2p1:PropertyType>
        <d2p1:Sale>
          <d2p1:CorrectedPrice>3</d2p1:CorrectedPrice>
          <d2p1:Correction>4.1</d2p1:Correction>
          <d2p1:Date>2024-03-28T18:54:01.7547155+01:00</d2p1:Date>
          <d2p1:Price>2</d2p1:Price>
        </d2p1:Sale>
        <d2p1:StreetCode>14</d2p1:StreetCode>
        <d2p1:UnitId>cb968e3e-f59b-4e8a-854a-6518062c34f0</d2p1:UnitId>
        <d2p1:Weight>16</d2p1:Weight>
        <d2p1:Zip>4</d2p1:Zip>
      </d2p1:SimilarSale>
      <d2p1:SimilarSale>
        <d2p1:Address>sample string 3</d2p1:Address>
        <d2p1:BasementArea>8</d2p1:BasementArea>
        <d2p1:BuildingId>0cda81d6-8859-47df-9bca-5959fe330473</d2p1:BuildingId>
        <d2p1:Disregard>true</d2p1:Disregard>
        <d2p1:Distance>10.1</d2p1:Distance>
        <d2p1:FloorId>92e0ee9c-b8fb-40da-9d5f-38bdfb60730e</d2p1:FloorId>
        <d2p1:GardenArea>9</d2p1:GardenArea>
        <d2p1:Lat>5.1</d2p1:Lat>
        <d2p1:LivingArea>7</d2p1:LivingArea>
        <d2p1:Lon>6.1</d2p1:Lon>
        <d2p1:MunicipalityCode>15</d2p1:MunicipalityCode>
        <d2p1:PropertyType>2</d2p1:PropertyType>
        <d2p1:Sale>
          <d2p1:CorrectedPrice>3</d2p1:CorrectedPrice>
          <d2p1:Correction>4.1</d2p1:Correction>
          <d2p1:Date>2024-03-28T18:54:01.7547155+01:00</d2p1:Date>
          <d2p1:Price>2</d2p1:Price>
        </d2p1:Sale>
        <d2p1:StreetCode>14</d2p1:StreetCode>
        <d2p1:UnitId>cb968e3e-f59b-4e8a-854a-6518062c34f0</d2p1:UnitId>
        <d2p1:Weight>16</d2p1:Weight>
        <d2p1:Zip>4</d2p1:Zip>
      </d2p1:SimilarSale>
    </d2p1:SimilarSales>
    <d2p1:WeightType>3</d2p1:WeightType>
  </EvaluationReport>
</EvaluationReportModel>