July 6th, 2026

Connect

Connect Public Documentation

MANAGEMENT API Changelog 1.3.0

๐Ÿš€ Whatโ€™s new

1. Peppol Scenario Support (multi-country)

Partners now have access to support for a set of Peppol-based scenarios that can be activated via the Management API.

Countries included:

  • Germany

  • Norway

  • Belgium

  • Sweden

  • Netherlands

  • Finland

  • Estonia

  • Denmark

Example: Peppol Belgium scenario payload

{ 
"name": "BELGIUM_EINVOICE", 
"peppolParticipantIds": "2090:BExxxxxxxxx", 
"emailAddressesForValidationErrors": "test@ecosio.com", 
"direction": "BOTH" 
} 

2. Test-only flag (usedForTestOnly)

We introduced the optional parameter usedForTestOnly = true to clearly mark entities created via the Management API as test data.

It can be applied to:

  • Companies

  • Connectors

  • Scenarios

๐Ÿ” Why is it important?

This flag helps separate testing activities from real customer configurations, so internal teams can quickly identify non-production objects and handle approvals, visibility, and reporting accordingly.

The ecosio Product team