Skip to main content

Customer Migrations Guide: Pre Account Import

This section details additional endpoints that are available to you and might be used during the course of the migration.

PRM and PCE Pre-population with Enedis and GRDF

Overview

Use this end-point to populate PRMs and PCEs using Enedis and GRDF. This endpoint will fetch details from Enedis and GRDF asynchronously and populate the PRMs and PCEs in Kraken's database. The rate that Kraken sends requests to the the respective API can be throttled to avoid overloading the industry's servers. This can be configured using configuration settings from within the support-site.

Schema

Loading...
POST https://api.plenitudefr-kraken.systems/v1/data-import/supply-point/populate/

Responses

The following responses may be returned from the API.

Status codeDescription
201 - Created

If the payload is valid, a 201 Created response will be returned with the body containing the batch_id corresponding to the batch of import requests that have been created and will be processed. For example:

{"batch_id": "abcdefgh-11111-2222-3333-1234567890ab"}
400 - Bad Request

If there are validation errors, a 400 Bad Request response will be returned detailing the errors. To resolve these errors, refer to the field definitions and validation rules.

Payloads

Example payload
{ "prm_ids": [ "18925958647706" ], "pce_ids": [ "01280463057138" ], "customer_category": "Domestic" }