# 2025-10-09


## API Changelog v2-20251007-c38bb8ab27 vs. v2-20251009-9c477a05c0

### `POST /{administration_id}/downloads/{id}/download{format}`
-  endpoint added


### `GET /{administration_id}/downloads{format}`
-  endpoint added


## API Changelog v2-20251009-9c477a05c0 vs. v2-20251009-afcce00819

### `GET /{administration_id}/reports/balance_sheet{format}`
- :warning: removed the optional property 'current_assets_by_ledger_account' from the response with the '200' status
- :warning: removed the optional property 'current_liabilities_by_ledger_account' from the response with the '200' status
- :warning: removed the optional property 'equity_by_ledger_account' from the response with the '200' status
- :warning: removed the optional property 'non_current_assets_by_ledger_account' from the response with the '200' status
- :warning: removed the optional property 'non_current_liabilities_by_ledger_account' from the response with the '200' status
- :warning: removed the optional property 'provisions_by_ledger_account' from the response with the '200' status
- :warning: removed the optional property 'total_credit' from the response with the '200' status
- :warning: removed the optional property 'total_debit' from the response with the '200' status
- :warning: removed the optional property 'working_capital' from the response with the '200' status
-  added the optional property 'credit' to the response with the '200' status
-  added the optional property 'debit' to the response with the '200' status
