2025-10-01
API Changelog v2-20250930-1197c738d2 vs. v2-20251001-2167ff31ed
GET /{administration_id}/reports/assets{format}
- :warning: for the 'query' request parameter 'period', default value 'this_month' was added
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}..\d{6,8}|this_quarter|this_month|this_year|prev_quarter|prev_month|prev_year|next_quarter|next_month|next_year)$' to '^(\d{6,8}..\d{6,8}|this_month|prev_month|next_month)$'
GET /{administration_id}/reports/balance_sheet{format}
- :warning: for the 'query' request parameter 'period', default value 'this_month' was added
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}..\d{6,8}|this_quarter|this_month|this_year|prev_quarter|prev_month|prev_year|next_quarter|next_month|next_year)$' to '^(\d{6,8}..\d{6,8}|this_month|prev_month|next_month)$'
GET /{administration_id}/reports/cash_flow{format}
- :warning: for the 'query' request parameter 'period', default value 'this_month' was added
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}..\d{6,8}|this_quarter|this_month|this_year|prev_quarter|prev_month|prev_year|next_quarter|next_month|next_year)$' to '^(\d{6,8}..\d{6,8}|this_month|prev_month|next_month)$'
GET /{administration_id}/reports/expenses_by_contact{format}
- :warning: for the 'query' request parameter 'period', default value 'this_month' was added
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}..\d{6,8}|this_quarter|this_month|this_year|prev_quarter|prev_month|prev_year|next_quarter|next_month|next_year)$' to '^(\d{6,8}..\d{6,8}|this_month|prev_month|next_month)$'
GET /{administration_id}/reports/expenses_by_project{format}
- :warning: for the 'query' request parameter 'period', default value 'this_month' was added
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}..\d{6,8}|this_quarter|this_month|this_year|prev_quarter|prev_month|prev_year|next_quarter|next_month|next_year)$' to '^(\d{6,8}..\d{6,8}|this_month|prev_month|next_month)$'
GET /{administration_id}/reports/general_ledger{format}
- :warning: for the 'query' request parameter 'period', default value 'this_month' was added
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}..\d{6,8}|this_quarter|this_month|this_year|prev_quarter|prev_month|prev_year|next_quarter|next_month|next_year)$' to '^(\d{6,8}..\d{6,8}|this_month|prev_month|next_month)$'
GET /{administration_id}/reports/journal_entries{format}
- :warning: for the 'query' request parameter 'period', default value 'this_month' was added
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}..\d{6,8}|this_quarter|this_month|this_year|prev_quarter|prev_month|prev_year|next_quarter|next_month|next_year)$' to '^(\d{6,8}..\d{6,8}|this_month|prev_month|next_month)$'
GET /{administration_id}/reports/ledger_accounts/{ledger_account_id}{format}
- :warning: for the 'query' request parameter 'period', default value 'this_month' was added
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}..\d{6,8}|this_quarter|this_month|this_year|prev_quarter|prev_month|prev_year|next_quarter|next_month|next_year)$' to '^(\d{6,8}..\d{6,8}|this_month|prev_month|next_month)$'
GET /{administration_id}/reports/profit_loss{format}
- :warning: for the 'query' request parameter 'period', default value 'this_month' was added
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}..\d{6,8}|this_quarter|this_month|this_year|prev_quarter|prev_month|prev_year|next_quarter|next_month|next_year)$' to '^(\d{6,8}..\d{6,8}|this_month|prev_month|next_month)$'
GET /{administration_id}/reports/revenue_by_contact{format}
- :warning: for the 'query' request parameter 'period', default value 'this_month' was added
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}..\d{6,8}|this_quarter|this_month|this_year|prev_quarter|prev_month|prev_year|next_quarter|next_month|next_year)$' to '^(\d{6,8}..\d{6,8}|this_month|prev_month|next_month)$'
GET /{administration_id}/reports/revenue_by_project{format}
- :warning: for the 'query' request parameter 'period', default value 'this_month' was added
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}..\d{6,8}|this_quarter|this_month|this_year|prev_quarter|prev_month|prev_year|next_quarter|next_month|next_year)$' to '^(\d{6,8}..\d{6,8}|this_month|prev_month|next_month)$'
GET /{administration_id}/reports/subscriptions{format}
- :warning: for the 'query' request parameter 'period', default value 'this_month' was added
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}..\d{6,8}|this_quarter|this_month|this_year|prev_quarter|prev_month|prev_year|next_quarter|next_month|next_year)$' to '^(\d{6,8}..\d{6,8}|this_month|prev_month|next_month)$'
API Changelog v2-20251001-2167ff31ed vs. v2-20251001-696a317e40
POST /{administration_id}/sepa_credit_transfer{format}
- endpoint added
Last modified on