v1
latestOpenAPI 3.1.02026-08-04123846.7 KBValuation
Return the valuation range for compatibility with the updates endpoint.
Historically this endpoint exposed multiple update strategies. The functionality now mirrors :func:get_property_valuation_range so that clients receive the same data as the valuation range endpoint.
Args:
pid: Landcor property identifier in ``xxx-xxx-xxx`` format.
Returns:
ValuationRangeResponse with low and high valuation range values.
Business Rules:
* A 404 error is raised if no valuation record exists for the PID.
get/valuationRange/{pid}/updates
Path parameters
pidstring required
Property identifier in format xxx-xxx-xxx
Property identifier in format xxx-xxx-xxx
Response
Successful Response
Example response
{
"pid": "xxx-xxx-xxx"
}