Skip to content

Instantly share code, notes, and snippets.

@timwis
Last active December 22, 2015 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timwis/6539220 to your computer and use it in GitHub Desktop.
Save timwis/6539220 to your computer and use it in GitHub Desktop.
Tax balance API data structure
/**
* /taxbalances/883309000
*/
{
status: "success",
data: {
property: {
account_number: "883309000"
},
balances: [
{
year: 2013,
principal: -29.31,
interest: 0,
penalty: 0,
other: 0
lien: null
solicitor: null,
status: null
},
{
year: 2012,
principal: 12294.47,
interest: 829.88,
penalty: 860.61,
other: 860.30,
lien: "RL01219391",
solicitor: "SHELLEY R. SMITH"
status: null
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment