Moneybird logo
Changelog

2026-02-11

API Changelog v2-20260209-3000cdbd5d vs. v2-20260211-b71255641d

GET /{administration_id}/reports/cash_flow{format}

  • added the media type 'application/xml' for the response with the status '200'
  • added the optional property 'cash_paid_by_ledger_account/ledger_accounts' to the response with the '200' status
  • added the optional property 'cash_received_by_ledger_account/ledger_accounts' to the response with the '200' status
  • response property 'cash_paid_by_ledger_account/additionalProperties/' deprecated (sunset: 2026-03-10)
  • response property 'cash_received_by_ledger_account/additionalProperties/' deprecated (sunset: 2026-03-10)

GET /{administration_id}/reports/general_ledger{format}

  • added the media type 'application/xml' for the response with the status '200'
  • added the optional property 'credit_sums/ledger_accounts' to the response with the '200' status
  • added the optional property 'debit_sums/ledger_accounts' to the response with the '200' status
  • added the optional property 'final_balance/ledger_accounts' to the response with the '200' status
  • added the optional property 'start_balance/ledger_accounts' to the response with the '200' status
  • response property 'credit_sums/additionalProperties/' deprecated (sunset: 2026-03-10)
  • response property 'debit_sums/additionalProperties/' deprecated (sunset: 2026-03-10)
  • response property 'final_balance/additionalProperties/' deprecated (sunset: 2026-03-10)
  • response property 'start_balance/additionalProperties/' deprecated (sunset: 2026-03-10)

GET /{administration_id}/reports/profit_loss{format}

  • added the media type 'application/xml' for the response with the status '200'
  • added the optional property 'direct_costs_by_ledger_account/ledger_accounts' to the response with the '200' status
  • added the optional property 'expenses_by_ledger_account/ledger_accounts' to the response with the '200' status
  • added the optional property 'other_income_expenses_by_ledger_account/ledger_accounts' to the response with the '200' status
  • added the optional property 'revenue_by_ledger_account/ledger_accounts' to the response with the '200' status
  • response property 'direct_costs_by_ledger_account/additionalProperties/' deprecated (sunset: 2026-03-10)
  • response property 'expenses_by_ledger_account/additionalProperties/' deprecated (sunset: 2026-03-10)
  • response property 'other_income_expenses_by_ledger_account/additionalProperties/' deprecated (sunset: 2026-03-10)
  • response property 'revenue_by_ledger_account/additionalProperties/' deprecated (sunset: 2026-03-10)

API Changelog v2-20260211-b71255641d vs. v2-20260211-09d3d6e108

GET /{administration_id}/workflows/{id}{format}

  • ⚠️ removed the optional property 'steps/items/collection_method' from the response with the '200' status
  • ⚠️ removed the optional property 'steps/items/payment_methods' from the response with the '200' status
  • ⚠️ removed the optional property 'steps/items/show_qr_code' from the response with the '200' status
  • added the optional property 'collection_method' to the response with the '200' status
  • added the optional property 'number_of_collections' to the response with the '200' status
  • added the optional property 'payment_methods' to the response with the '200' status
  • added the optional property 'show_qr_code' to the response with the '200' status

GET /{administration_id}/workflows{format}

  • ⚠️ removed the optional property '/items/steps/items/collection_method' from the response with the '200' status
  • ⚠️ removed the optional property '/items/steps/items/payment_methods' from the response with the '200' status
  • ⚠️ removed the optional property '/items/steps/items/show_qr_code' from the response with the '200' status
  • added the optional property '/items/collection_method' to the response with the '200' status
  • added the optional property '/items/number_of_collections' to the response with the '200' status
  • added the optional property '/items/payment_methods' to the response with the '200' status
  • added the optional property '/items/show_qr_code' to the response with the '200' status
Last modified on