GET api/EvaluationReport/Get?id={id}
Get evaluation report by BBR unit id
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | 3F2504E0-4F89-41D3-9A0C-0305E82C3301 |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "EvaluationReport": { "Id": 1, "CreationDate": "2023-11-29T09:22:49.5458277+01:00", "Property": null, "LatestAppraisal": { "Key": 1, "Value": 2 }, "PriceDevelopmentChart": null, "SimilarSales": [ { "UnitId": "7f1236a1-92f4-4b23-9229-f51e8525a244", "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": "2023-11-29T09:22:49.5458277+01:00", "Price": 2, "CorrectedPrice": 3, "Correction": 4.1 }, "Disregard": true, "FloorId": "ebc1cd1f-2947-4d7f-b097-5586b71b3bc9", "BuildingId": "0a4228be-0997-405e-8014-17acbba79212", "StreetCode": 14, "MunicipalityCode": 15, "Weight": 16 }, { "UnitId": "7f1236a1-92f4-4b23-9229-f51e8525a244", "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": "2023-11-29T09:22:49.5458277+01:00", "Price": 2, "CorrectedPrice": 3, "Correction": 4.1 }, "Disregard": true, "FloorId": "ebc1cd1f-2947-4d7f-b097-5586b71b3bc9", "BuildingId": "0a4228be-0997-405e-8014-17acbba79212", "StreetCode": 14, "MunicipalityCode": 15, "Weight": 16 }, { "UnitId": "7f1236a1-92f4-4b23-9229-f51e8525a244", "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": "2023-11-29T09:22:49.5458277+01:00", "Price": 2, "CorrectedPrice": 3, "Correction": 4.1 }, "Disregard": true, "FloorId": "ebc1cd1f-2947-4d7f-b097-5586b71b3bc9", "BuildingId": "0a4228be-0997-405e-8014-17acbba79212", "StreetCode": 14, "MunicipalityCode": 15, "Weight": 16 } ], "Sales": [ { "Date": "2023-11-29T09:22:49.5458277+01:00", "Price": 2, "CorrectedPrice": 3, "Correction": 4.1 }, { "Date": "2023-11-29T09:22:49.5458277+01:00", "Price": 2, "CorrectedPrice": 3, "Correction": 4.1 }, { "Date": "2023-11-29T09:22:49.5458277+01:00", "Price": 2, "CorrectedPrice": 3, "Correction": 4.1 } ], "CurrentOffer": { "EstateId": 1, "AskingPrice": 2 }, "WeightType": 3, "RkrSqm": 4.1, "RkrAtLastSale": 5, "RkrNowDate": "2023-11-29T09:22:49.5458277+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>2023-11-29T09:22:49.5458277+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>2023-11-29T09:22:49.5458277+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>2023-11-29T09:22:49.5458277+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>2023-11-29T09:22:49.5458277+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>2023-11-29T09:22:49.5458277+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>0a4228be-0997-405e-8014-17acbba79212</d2p1:BuildingId> <d2p1:Disregard>true</d2p1:Disregard> <d2p1:Distance>10.1</d2p1:Distance> <d2p1:FloorId>ebc1cd1f-2947-4d7f-b097-5586b71b3bc9</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>2023-11-29T09:22:49.5458277+01:00</d2p1:Date> <d2p1:Price>2</d2p1:Price> </d2p1:Sale> <d2p1:StreetCode>14</d2p1:StreetCode> <d2p1:UnitId>7f1236a1-92f4-4b23-9229-f51e8525a244</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>0a4228be-0997-405e-8014-17acbba79212</d2p1:BuildingId> <d2p1:Disregard>true</d2p1:Disregard> <d2p1:Distance>10.1</d2p1:Distance> <d2p1:FloorId>ebc1cd1f-2947-4d7f-b097-5586b71b3bc9</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>2023-11-29T09:22:49.5458277+01:00</d2p1:Date> <d2p1:Price>2</d2p1:Price> </d2p1:Sale> <d2p1:StreetCode>14</d2p1:StreetCode> <d2p1:UnitId>7f1236a1-92f4-4b23-9229-f51e8525a244</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>0a4228be-0997-405e-8014-17acbba79212</d2p1:BuildingId> <d2p1:Disregard>true</d2p1:Disregard> <d2p1:Distance>10.1</d2p1:Distance> <d2p1:FloorId>ebc1cd1f-2947-4d7f-b097-5586b71b3bc9</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>2023-11-29T09:22:49.5458277+01:00</d2p1:Date> <d2p1:Price>2</d2p1:Price> </d2p1:Sale> <d2p1:StreetCode>14</d2p1:StreetCode> <d2p1:UnitId>7f1236a1-92f4-4b23-9229-f51e8525a244</d2p1:UnitId> <d2p1:Weight>16</d2p1:Weight> <d2p1:Zip>4</d2p1:Zip> </d2p1:SimilarSale> </d2p1:SimilarSales> <d2p1:WeightType>3</d2p1:WeightType> </EvaluationReport> </EvaluationReportModel>