API Changelog v2-20260310-a74b63cb4c vs. v2-20260310-7d283a2540
GET /{administration_id}/reports/cash_flow{format}
- ⚠️ removed the media type 'application/xml' for the response with the status '200'
- the response property 'cash_paid_by_ledger_account/ledger_accounts' became required for the status '200'
- the response property 'cash_paid_by_ledger_account/ledger_accounts/items/ledger_account_id' became required for the status '200'
- the response property 'cash_paid_by_ledger_account/ledger_accounts/items/value' became required for the status '200'
- the response property 'cash_received_by_ledger_account/ledger_accounts' became required for the status '200'
- the response property 'cash_received_by_ledger_account/ledger_accounts/items/ledger_account_id' became required for the status '200'
- the response property 'cash_received_by_ledger_account/ledger_accounts/items/value' became required for the status '200'
GET /{administration_id}/reports/general_ledger{format}
- ⚠️ removed the media type 'application/xml' for the response with the status '200'
- the response property 'credit_sums/ledger_accounts' became required for the status '200'
- the response property 'credit_sums/ledger_accounts/items/ledger_account_id' became required for the status '200'
- the response property 'credit_sums/ledger_accounts/items/value' became required for the status '200'
- the response property 'debit_sums/ledger_accounts' became required for the status '200'
- the response property 'debit_sums/ledger_accounts/items/ledger_account_id' became required for the status '200'
- the response property 'debit_sums/ledger_accounts/items/value' became required for the status '200'
- the response property 'final_balance/ledger_accounts' became required for the status '200'
- the response property 'final_balance/ledger_accounts/items/ledger_account_id' became required for the status '200'
- the response property 'final_balance/ledger_accounts/items/value' became required for the status '200'
- the response property 'start_balance/ledger_accounts' became required for the status '200'
- the response property 'start_balance/ledger_accounts/items/ledger_account_id' became required for the status '200'
- the response property 'start_balance/ledger_accounts/items/value' became required for the status '200'
GET /{administration_id}/reports/profit_loss{format}
- ⚠️ removed the media type 'application/xml' for the response with the status '200'
- the response property 'direct_costs_by_ledger_account/ledger_accounts' became required for the status '200'
- the response property 'direct_costs_by_ledger_account/ledger_accounts/items/ledger_account_id' became required for the status '200'
- the response property 'direct_costs_by_ledger_account/ledger_accounts/items/value' became required for the status '200'
- the response property 'expenses_by_ledger_account/ledger_accounts' became required for the status '200'
- the response property 'expenses_by_ledger_account/ledger_accounts/items/ledger_account_id' became required for the status '200'
- the response property 'expenses_by_ledger_account/ledger_accounts/items/value' became required for the status '200'
- the response property 'other_income_expenses_by_ledger_account/ledger_accounts' became required for the status '200'
- the response property 'other_income_expenses_by_ledger_account/ledger_accounts/items/ledger_account_id' became required for the status '200'
- the response property 'other_income_expenses_by_ledger_account/ledger_accounts/items/value' became required for the status '200'
- the response property 'revenue_by_ledger_account/ledger_accounts' became required for the status '200'
- the response property 'revenue_by_ledger_account/ledger_accounts/items/ledger_account_id' became required for the status '200'
- the response property 'revenue_by_ledger_account/ledger_accounts/items/value' became required for the status '200'
Last modified on