{
"GeneralSummaryReportQueryRs": {
"ReportRet": {
"ReportTitle": "Trial Balance",
"ReportSubtitle": "As of June 19, 2025",
"ReportBasis": "Accrual",
"NumRows": 7,
"NumColumns": 3,
"ColDesc": {
"ColTitle": [
{ "TitleRow": 1, "Value": "" },
{ "TitleRow": 2, "Value": "" }
],
"ColTitle2": [
{ "ColType": "Label", "ColID": 1, "DataType": "STRTYPE" },
{ "ColType": "Amount", "ColID": 2, "DataType": "AMTTYPE" },
{ "ColType": "Amount", "ColID": 3, "DataType": "AMTTYPE" }
]
},
"ReportData": {
"DataRow": [
{
"RowData": { "RowType": "account", "Value": "?" },
"ColData": [
{ "ColID": 1, "Value": "?" },
{ "ColID": 2, "Value": "-100.00" }
],
"RowNumber": 1
},
{
"RowData": { "RowType": "account", "Value": "?" },
"ColData": [
{ "ColID": 1, "Value": "?" },
{ "ColID": 2, "Value": "100.00" },
{ "ColID": 3, "Value": "" }
],
"RowNumber": 2
}
// ...additional rows...
]
}
}
}
}