v1

latestOpenAPI 3.1.02026-08-04123846.7 KB
Valuation

Retrieve valuation range information for a property.

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}

Path parameters

pidstring required

Property identifier in format xxx-xxx-xxx

Property identifier in format xxx-xxx-xxx

Response

Successful Response

pidstring required

Property identifier in format xxx-xxx-xxx

low_range_valuenumber nullable
high_range_valuenumber nullable

Example response

{
  "pid": "xxx-xxx-xxx"
}