v1

latestOpenAPI 3.0.02026-07-263365201.7 KB
Grid Fee Reductions

Retrieve a grid fee reduction

Retrieve a grid reduction details by its id

get/grid-fee-reductions/{id}

Path parameters

idstring required
Example:gfr_mi4f0oda6x9m7gcsvjk0ole1

Response

Retrieve the grid fee reduction details

object'grid_fee_reduction' required

Type of the object, always 'grid_fee_reduction'

idstring required

Unique identifier for the grid fee reduction

subscriptionstring required

ID of the subscription

type'enwg-14a-module-1' | 'enwg-14a-module-2' | 'enwg-14a-module-3' required

Grid fee reduction module type according to §14a EnWG

status'intended' | 'ordered' | 'rejected' | 'activated' | 'ended' required

Current status of the grid fee reduction order

valid_fromstring date-time nullable required

Start date of the grid fee reduction validity period

valid_untilstring date-time nullable required

End date of the grid fee reduction validity period

created_atstring date-time required

Timestamp when the grid fee reduction was created

updated_atstring date-time required

Timestamp when the grid fee reduction was last updated

customerstring required

ID of the customer the grid fee reduction belongs to

Example response

{
  "id": "gfr_mi4f0oda6x9m7gcsvjk0ole1",
  "subscription": "sub_mi4f0oda6x9m7gcsvjk0ole1",
  "type": "enwg-14a-module-1",
  "status": "intended",
  "valid_from": "2024-03-14T12:00:00Z",
  "valid_until": "2024-03-14T12:00:00Z",
  "created_at": "2024-03-14T12:00:00Z",
  "updated_at": "2024-03-14T12:00:00Z",
  "customer": "cus_mi4f0oda6x9m7gcsvjk0ole1"
}