Customer Migrations Guide: Pre Account Import
API Endpoints
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
Responses
The following responses may be returned from the API.
| Status code | Description |
|---|---|
201 - Created |
If the payload is valid, a {"batch_id": "abcdefgh-11111-2222-3333-1234567890ab"} |
400 - Bad Request |
If there are validation errors, a |
Payloads
Example payload
{
"prm_ids": [
"18925958647706"
],
"pce_ids": [
"01280463057138"
],
"customer_category": "Domestic"
}