GET | POST | DELETE treasurer/sites
Returns a list of counties and some information about them. The code property can be used to return the details about a single county.
Resource URL
https://api.kellpro.com/v2/treasurer/sites.format
Parameters
POST — Specifies whether the site allows half-payments
Example: 1|0
GET | POST | DELETE — Specifies the short code that is assigned to each county. If the code is sent with POST, it will update the record.
Example: 2
POST — Specifies the half-payment cutoff date of the site.
Example: 2013-01-15
POST — Specifies whether grace is allowed only for payments made in January
Example: true
GET | POST — Specifies the user friendly name of the site.
Example: Stephens
GET | POST — The two character abbreviation for the state.
Example: OK
GET | POST — Specifies the integer grace period for the tax calculations.
Example: 30
GET | POST — Specifies the method that is used to calculate the taxes.
Example: daily
GET | POST — Specifies the decimal rate taxes are calculated by.
Example: 7.68
Example:
Example:
Example Request
GET https://api.kellpro.com/v2/treasurer/sites.json?code=5
{ "code":5, "name":"Beckham", "state":"OK", "tax_grace":16, "tax_rate":"18.0000", "tax_method":"M" }