This method lists the statements (invoices) for the current user. You can specify the number of statements to be returned.
Success Response Content
Example JSON:
{
"validationErrors": [],
"result": {
"billingStatementsBean": {
"statements": [
{
"referenceNumber": "I-00000005",
"issueDate": "2013-10-10",
"dueDate": "2013-11-10",
"invoiceAmount": {
"currencyCode": "AUD",
"currencySymbol": "$",
"amount": "277641.87"
},
"totalAmountRemaining": {
"currencyCode": "AUD",
"currencySymbol": "$",
"amount": "275653.40"
},
"totalAmountOwing": {
"currencyCode": "AUD",
"currencySymbol": "$",
"amount": "277641.87"
},
"totalInvoiceCredits": {
"currencyCode": "AUD",
"currencySymbol": "$",
"amount": "0.00"
},
"unusedCredits": {
"currencyCode": "AUD",
"currencySymbol": "$",
"amount": "0.00"
},
"tax": {
"currencyCode": "AUD",
"currencySymbol": "$",
"amount": "25240.99"
},
"activity": true,
"intervalStart": "2013-10-09",
"intervalEnd": "2013-10-20",
"emailId": "345"
}
]
}
}
}
Field Descriptions