Expenses
Generate a summary report of expenses for a defined period of time.
Expenses
POST
{{baseUrl}}/bank-accounts/:bank_account_id/transaction-reports/expenses
Generate a summary report of expenses for a defined period of time.
Path Parameters
Name
Type
Description
bank_account_id*
String
Request Body
Name
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?