GET | POST | DELETE treasurer/mortgagelink
Provides information about warrants.
Resource URL
https://api.kellpro.com/v2/treasurer/mortgagelink.format
Parameters
company
Optional
POST — A string identifier for the company name.
Example: KELLPRO
details
Optional
POST — A JSON encoded string object with any additional details
Example: {name:"Smith, John",address:"1112 E North St"}
mortgage_code
Optional
POST — The mortgage code for the parcel.
Example: 01071
parcel
Optional
POST — The string identifier for the parcel.
Example: 1930-00-001-009-0-000-00
record_id
Optional
GET | DELETE — The identifier assigned to the record.
Example: 525
site_id
GET | POST — The identifier assigned to the site.
Example: 2
year
Optional
POST — The year representing the fiscal year the information is for.
Example: 2012
Example Request
GET https://api.kellpro.com/v2/treasurer/mortgagelink.json?site_id=5&year=2012&record_id=2202
[ { "id":2202, "site_id":5, "company":"Core Logic", "parcel":"6500010001000000", "details":"{\"name\":\"PIERCE DANNY \"}", "year":2012, "created_date":"2012-10-12 11:15:37.051813", "mortgage_code":null } ]