GET | POST | DELETE treasurer/mortgagecodes
Provides information about the receipts associated with invoices.
Resource URL
https://api.kellpro.com/v2/treasurer/mortgagecodes.format
Parameters
POST — The first address line for the contact information.
Example: 1729 W. Plato Rd.
POST — The second address line for the contact information.
Example:
POST — The city for the contact information.
Example: Duncan
POST — The name of the contact associated with the mortgage code.
Example: Keller, Tim
POST — The email for the contact information.
Example: test@test.com
POST — The fax number for the contact information.
Example: 1234567890
POST — A flag to hide the tax rolls associated with the mortgage code.
Example: TRUE|FALSE
POST — A flag to hide the statement message.
Example: TRUE|FALSE
DELETE — The identifier assigned to the record.
Example: 525
POST — The mortgage code assigned to the provider or company
Example: 0123
POST — A system unique identifier used by the customer system to identify the mortgage code
Example: 12345
POST — The company associated with the mortgage code
Example: Core Logic
POST — The fax number for the contact information.
Example: 1234567890
POST — The postal code for the contact information.
Example: 73533
POST — The company associated with the mortgage code
Example: Core Logic
GET | POST | DELETE — The identifier assigned to the site.
Example: 2
POST — The state for the contact information.
Example: OK
POST — A message to be displayed on the tax rolls.
Example: This is not a bill.
Example Request
GET https://api.kellpro.com/v2/treasurer/mortgagecodes.json?site_id=5&mortgage_code_link=4564
[
{
"id":1518,
"site_id":5,
"mortgage_code_link":4564,
"provider":"",
"mortgage_code":"00001",
"mortgage_company":"B A C",
"contact_name":"",
"address1":"888-210-8757",
"address2":"2142094932",
"city":"",
"state":"",
"postal":"",
"phone":"",
"fax":"",
"email":"",
"statement_message":"***DO NOT REMIT PAYMENT - THIS IS FOR YOUR RECORDS ONLY***",
"hide_statement_message":0,
"hide_online":0
}
]