Skip to main content

Data Import REST API Changelog

This page shows recent changes to Data Import REST API.

Reset

14 April 2026 - Latest

New
{
    "x-enum-descriptions": {
        "PORTLAND_GENERAL_ELECTRIC_SHELL": "Portland General Shell"
    }
}
Old
{
    "x-enum-descriptions": {}
}
New
{
    "items": {
        "x-enum-descriptions": {
            "FINANCE_V1": "FINANCE_V1"
        }
    }
}
Old
{
    "items": {
        "x-enum-descriptions": {}
    }
}
New
{
    "items": {
        "x-enum-descriptions": {
            "FINANCE_V1": "FINANCE_V1"
        }
    }
}
Old
{
    "items": {
        "x-enum-descriptions": {}
    }
}
New
{
    "x-enum-descriptions": {
        "FINANCE_V1": "FINANCE_V1"
    }
}
Old
{
    "x-enum-descriptions": {}
}
New
{
    "items": {
        "x-enum-descriptions": {
            "FINANCE_V1": "FINANCE_V1"
        }
    }
}
Old
{
    "items": {
        "x-enum-descriptions": {}
    }
}

10 April 2026

New
{
    "enum": [
        "PORTLAND_GENERAL_ELECTRIC_IMPORT"
    ],
    "type": "string",
    "x-spec-enum-id": "b82215eeafba969e",
    "x-enum-descriptions": {
        "PORTLAND_GENERAL_ELECTRIC_IMPORT": "Portland General"
    }
}
Old
{
    "x-comment": "<p>Import supplier choices will be available once suppliers are created in the system.</p>",
    "x-spec-enum-id": "4f53cda18c2baa0c"
}

1 April 2026

New
{
    "items": {
        "x-enum-descriptions": {
            "TEST_PRIMARY": "TEST_PRIMARY"
        }
    }
}
Old
{
    "items": {
        "x-enum-descriptions": {}
    }
}
New
{
    "items": {
        "x-enum-descriptions": {
            "TEST_PRIMARY": "TEST_PRIMARY"
        }
    }
}
Old
{
    "items": {
        "x-enum-descriptions": {}
    }
}
New
{
    "x-enum-descriptions": {
        "TEST_PRIMARY": "TEST_PRIMARY"
    }
}
Old
{
    "x-enum-descriptions": {}
}
New
{
    "items": {
        "x-enum-descriptions": {
            "TEST_PRIMARY": "TEST_PRIMARY"
        }
    }
}
Old
{
    "items": {
        "x-enum-descriptions": {}
    }
}

30 March 2026

No attributes to display
No attributes to display

27 March 2026

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

24 March 2026

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

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"
            ]
        }
    ]
}