GET api/RID/SearchByValuationReference/{RollNumber}/{AssessmentNumber}/{Suffix}

Use to search for properties by Valuation Reference

Request Information

URI Parameters

NameDescriptionTypeAdditional information
RollNumber

RollNumber (populated by RollNumbers WebService)

string

Required

AssessmentNumber

Assessment Number (Max Lenght of 3)

string

Required

Suffix

Suffix (Max Length of 3, can be blank, must be one of n, nn, A, nA, nnA

string

Default value is

Body Parameters

None.

Response Information

Resource Description

The Property ID, Legal Description, Address, and Valuation Reference

Collection of GET_RID_Property_Information_Result
NameDescriptionTypeAdditional 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"
  }
]