Skip to main content

Data Import REST API Changelog

This page shows recent changes to Data Import REST API.

Reset

20 April 2026 - Latest

New
{
    "x-removal-date": "2026-05-20"
}
New
{
    "x-removal-date": "2026-05-20"
}
Old
{
    "nullable": true
}

17 April 2026

New
{
    "MECO-R1-FixVar": "#/components/schemas/Meco-r1-fixvarCharacteristic"
}
New
[
    {
        "$ref": "#/components/schemas/Meco-r1-fixvarCharacteristic"
    },
    {
        "$ref": "#/components/schemas/SalesChannelCharacteristic"
    }
]
Old
[
    {
        "$ref": "#/components/schemas/SalesChannelCharacteristic"
    }
]
No attributes to display

16 April 2026

New
{
    "x-enum-descriptions": {}
}
Old
{
    "x-enum-descriptions": {
        "PAPERLESS_BILL_CREDIT": "PAPERLESS_BILL_CREDIT"
    }
}

14 April 2026

New
{
    "required": true
}
New
{
    "required": true
}
Old
{
    "nullable": true
}

13 April 2026

New
{
    "x-enum-descriptions": {
        "CCA": "CCA"
    }
}
Old
{
    "x-enum-descriptions": {}
}
New
{
    "x-enum-descriptions": {
        "CCA": "CCA",
        "DIRECT": "Supplier"
    }
}
Old
{
    "x-enum-descriptions": {
        "DIRECT": "Direct"
    }
}

9 April 2026

New
{
    "x-enum-descriptions": {
        "POLE": "Pole",
        "LIGHT": "Light"
    }
}
Old
{
    "x-enum-descriptions": {}
}
New
{
    "x-enum-descriptions": {
        "POLE": "Pole",
        "LIGHT": "Light"
    }
}
Old
{
    "x-enum-descriptions": {}
}

7 April 2026

No attributes to display
No attributes to display

3 April 2026

New
{
    "enum": [
        "DIRECT"
    ],
    "type": "string",
    "x-spec-enum-id": "e433db566280d926",
    "x-enum-descriptions": {
        "DIRECT": "DIRECT"
    }
}
Old
{
    "x-comment": "Choices for this field are dynamic, once appropriate values have been configured they will be rendered here.",
    "x-spec-enum-id": "4f53cda18c2baa0c"
}
New
{
    "x-enum-descriptions": {
        "DIRECT": "Direct"
    }
}
Old
{
    "x-enum-descriptions": {}
}

2 April 2026

New
{
    "GAS": "#/components/schemas/NationalGridGasSupplyPoint",
    "ELECTRICITY": "#/components/schemas/NationalGridElectricitySupplyPoint"
}
Old
{
    "BOSTON_GAS": "#/components/schemas/NationalGridSupplyPoint",
    "COLONIAL_GAS": "#/components/schemas/NationalGridSupplyPoint",
    "NANTUCKET_ELECTRIC": "#/components/schemas/NationalGridSupplyPoint",
    "NIAGARA_MOHAWK_POWER": "#/components/schemas/NationalGridSupplyPoint",
    "MASSACHUSETTS_ELECTRIC": "#/components/schemas/NationalGridSupplyPoint",
    "KEYSPAN_ENERGY_NEW_YORK_GAS": "#/components/schemas/NationalGridSupplyPoint",
    "KEYSPAN_ENERGY_LONG_ISLAND_GAS": "#/components/schemas/NationalGridSupplyPoint"
}
New
"supply_type"
Old
"operating_company"
New
[
    {
        "$ref": "#/components/schemas/NationalGridElectricitySupplyPoint"
    },
    {
        "$ref": "#/components/schemas/NationalGridGasSupplyPoint"
    }
]
Old
[
    {
        "$ref": "#/components/schemas/NationalGridSupplyPoint"
    }
]

1 April 2026

New
{
    "x-enum-descriptions": {
        "driver_license_state": "driver_license_state"
    }
}
Old
{
    "x-enum-descriptions": {}
}

30 March 2026

New
{
    "x-enum-descriptions": {
        "experian_pin_id": "experian_pin_id"
    }
}
Old
{
    "x-enum-descriptions": {}
}
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

New
{
    "items": {
        "$ref": "#/components/schemas/LedgerRecordWithBillingDocuments"
    }
}
Old
{
    "items": {
        "$ref": "#/components/schemas/LedgerRecordWithTransactions"
    }
}
New
{
    "required": true
}