Retrieve a valuation for a real estate
You can retrieve a basic valuation of the real estate by valuation id
GET /ibw/v2.0.1/valuation/nouser/basic/{valutionid}
Supported media types:
Response
JSON:
1 2 3 4 5 6 7 8 9 10 11 |
|
Explanation of the result data
- resultAbsolute: the value of the realestate as a result of the performed basic valuation
- lowAbsolute: the lower boundary of the range (for the absolute value)
- highAbsolute: the upper boundary of the range (for the absolute value)
- resultPerSqm: the value per square meter of the realestate (could be calculated: resultAbsolute divided by the provided - livingArea)
- lowPerSqm: the lower boundary of the range (for the value per square meter)
- highPerSqm: the higher boundary of the range (for the value per square meter)
- quickCheckAvailable: indicates whether a quickcheck (aka reference price) is available
- quickCheckLow: the lower boundary of the reference price range
- quickCheckHigh: the upper boundary of the reference price range
Possible Errors
Status 404 NOT FOUND - We cannot provide a basic valuation for the given id.