Allows you to retrieve report for BankSummary

GET {{baseUrl}}/Reports/BankSummary?fromDate=<date>&toDate=<date>

Request Params

KeyDatatypeRequiredDescription
fromDatestringThe from date for the Bank Summary report e.g. 2018-03-31
toDatestringThe to date for the Bank Summary report e.g. 2018-03-31

HEADERS

KeyDatatypeRequiredDescription
xero-tenant-idstring(Required) Xero identifier for Tenant

RESPONSES

status: OK

{&quot;Id&quot;:&quot;ae58d0ec-9c5c-455f-b96e-690107579257&quot;,&quot;Status&quot;:&quot;OK&quot;,&quot;ProviderName&quot;:&quot;Java Public Example&quot;,&quot;DateTimeUTC&quot;:&quot;/Date(1556035526223)/&quot;,&quot;Reports&quot;:[{&quot;ReportID&quot;:&quot;BankSummary&quot;,&quot;ReportName&quot;:&quot;Bank Summary&quot;,&quot;ReportType&quot;:&quot;BankSummary&quot;,&quot;ReportTitles&quot;:[&quot;Bank Summary&quot;,&quot;MindBody Test 10 (AU-2016-02)&quot;,&quot;From 1 April 2019 to 30 April 2019&quot;],&quot;ReportDate&quot;:&quot;23 April 2019&quot;,&quot;UpdatedDateUTC&quot;:&quot;/Date(1556035526223)/&quot;,&quot;Fields&quot;:[],&quot;Rows&quot;:[{&quot;RowType&quot;:&quot;Header&quot;,&quot;Cells&quot;:[{&quot;Value&quot;:&quot;Bank Accounts&quot;},{&quot;Value&quot;:&quot;Opening Balance&quot;},{&quot;Value&quot;:&quot;Cash Received&quot;},{&quot;Value&quot;:&quot;Cash Spent&quot;},{&quot;Value&quot;:&quot;Closing Balance&quot;}]},{&quot;RowType&quot;:&quot;Section&quot;,&quot;Title&quot;:&quot;&quot;,&quot;Rows&quot;:[{&quot;RowType&quot;:&quot;Row&quot;,&quot;Cells&quot;:[{&quot;Value&quot;:&quot;Big City Bank&quot;,&quot;Attributes&quot;:[{&quot;Value&quot;:&quot;03f9cf1e-2deb-4bf1-b0a8-b57f08672eb8&quot;,&quot;Id&quot;:&quot;accountID&quot;}]},{&quot;Value&quot;:&quot;0.00&quot;},{&quot;Value&quot;:&quot;110.00&quot;,&quot;Attributes&quot;:[{&quot;Value&quot;:&quot;03f9cf1e-2deb-4bf1-b0a8-b57f08672eb8&quot;,&quot;Id&quot;:&quot;account&quot;}]},{&quot;Value&quot;:&quot;100.00&quot;,&quot;Attributes&quot;:[{&quot;Value&quot;:&quot;03f9cf1e-2deb-4bf1-b0a8-b57f08672eb8&quot;,&quot;Id&quot;:&quot;account&quot;}]},{&quot;Value&quot;:&quot;10.00&quot;}]},{&quot;RowType&quot;:&quot;SummaryRow&quot;,&quot;Cells&quot;:[{&quot;Value&quot;:&quot;Total&quot;},{&quot;Value&quot;:&quot;0.00&quot;},{&quot;Value&quot;:&quot;110.00&quot;},{&quot;Value&quot;:&quot;100.00&quot;},{&quot;Value&quot;:&quot;10.00&quot;}]}]}]}]}