GET api/RID/SearchByPropertyNo/{PropertyNo}
Use to search for properties by Valuation Reference
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyNo |
Property number (int) |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The Property ID, Legal Description, Address, and Valuation Reference
Collection of GET_RID_Property_Information_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Legal_description | string |
None. |
|
| Street_address | string |
None. |
|
| Valuation_number | string |
None. |
|
| Area | string |
None. |
|
| Property_No | integer |
None. |
|
| Certificate_of_Title | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"legal_description": "sample string 1",
"street_address": "sample string 2",
"valuation_number": "sample string 3",
"area": "sample string 4",
"property_No": 5,
"certificate_of_Title": "sample string 6"
},
{
"legal_description": "sample string 1",
"street_address": "sample string 2",
"valuation_number": "sample string 3",
"area": "sample string 4",
"property_No": 5,
"certificate_of_Title": "sample string 6"
}
]