Conversion API
+Purpose
+Conversion API provides operation:
+Converts legacy TED XML notices into current eForms notices, to facilitate continuity and consistency in data.
What It Does
+-
+
-
+
Transforms legacy TED XML notice formats into "partial" eForms notices, which can then be completed by users.
+
+ -
+
Bridges the gap between legacy systems and the eForms standard that is currently in use.
+
+
Why This API Exists
+As eForms replaced legacy TED XML notices, the Conversion API simplifies the transition by enabling systems to convert older formats automatically. This ensures compatibility and preserves access to critical procurement data.
+Endpoint
+POST /v3/notices/convert
+POST /v3/notices/convert Convert TED XML notices into partial eForms notices
+Who Uses This API
+-
-
This operation returns a partial eForms notice as a result of conversion of XML notice in the old TED XML format
+eSenders migrating legacy data to the eForms ecosystem.
-
-
Request body contains notice content in TED XML format.
+Developers managing legacy procurement notices.
-
-
+CustomizationID
element in the returned eForms notice is set to the latest value maintained for conversion and this value can change in time.eNotices2 web user interface when users select to import a published TED XML notice to continue a procedure.
Explore the full documentation here: https://github.com/OP-TED/ted-xml-data-converter
+