v1
latestOpenAPI 3.0.02026-07-263365201.7 KBGrid Fee Reductions
Create a grid fee reduction
Create a new grid fee reduction for §14a EnWG modules. Not applicable for feed-in subscriptions, which do not pay grid fees.
Grid fee reduction status:
- If the subscription is active: grid fee reduction is created with ordered status. Order is submitted immediately
- If the subscription is pending: grid fee reduction is created with intended status. Order will be submitted once the subscription is confirmed
Re-ordering after rejection: Re-ordering is allowed if the previous grid fee reduction was rejected or ended.
post/grid-fee-reductions
Request body
Example request
{
"subscription": "sub_mi4f0oda6x9m7gcsvjk0ole1",
"type": "enwg-14a-module-1"
}Response
The newly created grid fee reduction.
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"
}