Skip to content

Instantly share code, notes, and snippets.

@ruckus
Created August 1, 2014 15:52
Show Gist options
  • Save ruckus/747c702d7ab7f4243c69 to your computer and use it in GitHub Desktop.
Save ruckus/747c702d7ab7f4243c69 to your computer and use it in GitHub Desktop.
Sample result of QBO AgedReceivables report
{
"Header": {
"Time": "2014-07-01T08:51:36-07:00",
"ReportName": "AgedReceivables",
"StartPeriod": "2014-08-01",
"EndPeriod": "2014-08-01",
"Currency": "USD",
"Option": [
{
"Name": "report_date",
"Value": "2014-08-01"
}
]
},
"Columns": {
"Column": [
{
"ColTitle": "",
"ColType": "Customer"
},
{
"ColTitle": "Current",
"ColType": "Money"
},
{
"ColTitle": "1 - 30",
"ColType": "Money"
},
{
"ColTitle": "31 - 60",
"ColType": "Money"
},
{
"ColTitle": "61 - 90",
"ColType": "Money"
},
{
"ColTitle": "91 and over",
"ColType": "Money"
},
{
"ColTitle": "Total",
"ColType": "Money"
}
]
},
"Rows": {
"Row": [
{
"ColData": [
{
"value": "Thrifty Meats",
"id": "1"
},
{
"value": "0.00"
},
{
"value": "192.00"
},
{
"value": "0.00"
},
{
"value": "0.00"
},
{
"value": "816.00"
},
{
"value": "1008.00"
}
]
},
{
"Summary": {
"ColData": [
{
"value": "TOTAL"
},
{
"value": "0.00"
},
{
"value": "192.00"
},
{
"value": "0.00"
},
{
"value": "0.00"
},
{
"value": "816.00"
},
{
"value": "1008.00"
}
]
},
"type": "Section",
"group": "GrandTotal"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment