Allows you to retrieve report for BankSummary
GET {{baseUrl}}/Reports/BankSummary?fromDate=<date>&toDate=<date>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fromDate | string | The from date for the Bank Summary report e.g. 2018-03-31 | |
toDate | string | The to date for the Bank Summary report e.g. 2018-03-31 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
xero-tenant-id | string | (Required) Xero identifier for Tenant |
RESPONSES
status: OK
{"Id":"ae58d0ec-9c5c-455f-b96e-690107579257","Status":"OK","ProviderName":"Java Public Example","DateTimeUTC":"/Date(1556035526223)/","Reports":[{"ReportID":"BankSummary","ReportName":"Bank Summary","ReportType":"BankSummary","ReportTitles":["Bank Summary","MindBody Test 10 (AU-2016-02)","From 1 April 2019 to 30 April 2019"],"ReportDate":"23 April 2019","UpdatedDateUTC":"/Date(1556035526223)/","Fields":[],"Rows":[{"RowType":"Header","Cells":[{"Value":"Bank Accounts"},{"Value":"Opening Balance"},{"Value":"Cash Received"},{"Value":"Cash Spent"},{"Value":"Closing Balance"}]},{"RowType":"Section","Title":"","Rows":[{"RowType":"Row","Cells":[{"Value":"Big City Bank","Attributes":[{"Value":"03f9cf1e-2deb-4bf1-b0a8-b57f08672eb8","Id":"accountID"}]},{"Value":"0.00"},{"Value":"110.00","Attributes":[{"Value":"03f9cf1e-2deb-4bf1-b0a8-b57f08672eb8","Id":"account"}]},{"Value":"100.00","Attributes":[{"Value":"03f9cf1e-2deb-4bf1-b0a8-b57f08672eb8","Id":"account"}]},{"Value":"10.00"}]},{"RowType":"SummaryRow","Cells":[{"Value":"Total"},{"Value":"0.00"},{"Value":"110.00"},{"Value":"100.00"},{"Value":"10.00"}]}]}]}]}