๐ดSummary Report
Generate a summary report of total values and averages for incomes, expenses and debt repayments for a defined period of time.
Summary Report
POST
{{baseUrl}}/bank-accounts/:bank_account_id/transaction-reports/summary
POST
{{baseUrl}}/bank-accounts/:bank_account_id/transaction-reports/summary
Path Parameters
Key
Type
Description
bank_account_id*
String
The UUID for a Bank Account that gets generated and returned in the POST Create new Bank Account response.
Request Body
Key
Type
Description
start_date*
String
This field indicates the start date from which you would like to generate the summary report. In the following format:
"yyyy-mm-dd"
end_date*
String
This field indicates the end date up until which you would like to generate the summary report. In the following format:
"yyyy-mm-dd"
Last updated
Was this helpful?