Skip to main content

Data Import REST API Changelog

This page shows recent changes to Data Import REST API.

Reset

9 April 2026 - Latest

New
{
    "items": {
        "$ref": "#/components/schemas/PeriodBasedRichSupplyAddress"
    }
}
Old
{
    "items": {
        "$ref": "#/components/schemas/PeriodBasedLegacySupplyAddress"
    }
}

30 March 2026

No attributes to display
No attributes to display

27 March 2026

New
{
    "x-enum-descriptions": {
        "CUSTOM": "Custom"
    }
}
Old
{
    "x-enum-descriptions": {}
}
New
{
    "x-enum-descriptions": {
        "CUSTOM": "Custom"
    }
}
Old
{
    "x-enum-descriptions": {}
}

26 March 2026

No attributes to display

24 March 2026

New
{
    "x-removal-date": "2026-04-29"
}

6 March 2026

New
{
    "x-enum-descriptions": {
        "central_person_register": "central_person_register"
    }
}
Old
{
    "x-enum-descriptions": {}
}
New
{
    "x-enum-descriptions": {
        "da-dk": "Dansk"
    }
}
Old
{
    "x-enum-descriptions": {
        "en-us": "English (US)",
        "fr-fr": "French",
        "es-419": "Spanish (Latin America)"
    }
}

27 February 2026

New
{
    "x-validators": [
        {
            "name": "Validate <code>organisation_number</code>",
            "description": "Validate that the given <code>organisation_number</code> has a corresponding organisation registered in the database.",
            "possible_errors": [
                "partner_organisation_does_not_exist"
            ]
        }
    ]
}

24 February 2026

No attributes to display