Get list of client's invoices.
GET http://url_to_your_hostbill.com/admin/api.php?api_id=API_ID&api_key=API_KEY&call=getClientInvoices&id=ID
{
"success": true,
"invoices": [
{
"id": "62",
"currency_id": "0",
"date": "2011-12-09",
"duedate": "2011-12-09",
"subtotal2": "178.00",
"credit": "0.00",
"total": "178.00",
"paid_id": "",
"status": "Paid",
"firstname": "Jack",
"client_id": "8",
"lastname": "Black",
"module": "AlertPay",
"recid": "0"
},
{
"id": "61",
"currency_id": "0",
"date": "2011-12-07",
"duedate": "2011-12-07",
"subtotal2": "295.00",
"credit": "0.00",
"total": "295.00",
"paid_id": "",
"status": "Unpaid",
"firstname": "Jack",
"client_id": "8",
"lastname": "Black",
"module": "AlertPay",
"recid": "0"
}
],
"call": "getClientInvoices",
"server_time": 1323444575
}