GET | POST | DELETE treasurer/invoices
Provides information about the invoices associated with tax items.
Resource URL
https://api.kellpro.com/v2/treasurer/invoices.format
Parameters
DELETE — The identifier assigned to the record.
Example: 525
POST — The date the interest should be calculated from.
Example: 2026-01-03
Example:
POST — The total amount of the invoice.
Example: 3148.99
POST — The date, if any that the invoice is due by.
Example: 2026-01-03
GET — The maximum invoice_due amount on rows that will be returned.
Example: 1000
GET — The minimum invoice_due amount on rows that will be returned.
Example: 100
POST | DELETE — A system unique identifier used by the customer system to identify the invoice.
Example: 1283
POST — A system unique identifier used by the customer system to link child invoices to the parent invoice.
Example: 3821
POST — A one character representation of the type of invoice. Most of the time will not be set. S=Special Assessment
Example: S
POST — The tax roll item number assigned to the record. Should be a 1 decimal point float.
Example: 2524.0
GET — Specifies which page of the results to return. Can be used to page through the results returned. Page numbering starts at 1, not 0.
Example: 2
POST — System origin of the data.
Example: kpsMike
POST — The name of the owner associated with the invoice.
Example: Keller, Tim
POST — The string identifier for the parcel.
Example: 1930-00-001-009-0-000-00
GET — The number of rows to return per page of results, maximum of 100.
Example: 50
POST — A one character representation of a narrowed down type of invoice.
Example: F
POST — The date the invoice was issued.
Example: 2026-01-03
GET | POST | DELETE — The identifier assigned to the site.
Example: 2
POST — A system unique identifier used by the customer system to identify the tax roll.
Example: 8411
POST — The year representing the fiscal year the information is for.
Example: 2012
GET — The ending year for the tax year date range. Must be accompanied by the tax_year_start parameter.
Example: 2010
GET — The starting year for the tax year date range. Must be accompanied by the tax_year_end parameter.
Example: 2000
Example Request
GET https://api.kellpro.com/v2/treasurer/invoices.json?site_id=5&invoice_link=11336