Create a contract
From a user's page, you can view all the contracts associated with them and add a new one.
How to create a contract
- Go to the user's page.
- In the Contracts section, click Add contract.
- Select the contract type: Electricity or Gas.
- Fill in the required fields.
note
If you set a contract to ACTIVE for a CUPS that already has an active contract, the previous one will be automatically deactivated. See Contract status for details.
Electricity contract fields
| Field | Type | Required | Description |
|---|---|---|---|
| Contract number | string | No | Retailer's contract number |
| CUPS | string | Yes | Supply point identifier |
| Address | string | Yes | Address |
| Start date | date | Yes | Contract start date |
| End date | date | No | Contract end date |
| Status | enum | Yes | Contract status: ACTIVE, INACTIVE |
| Postal code | string | Yes | Postal code |
| Tariff access | enum | Yes | Access tariff: 2.0TD, 3.0TD, 6.1TD |
| Tariff name | string | Yes | Commercial tariff name |
| Retailer name | string | No | Retailer's commercial name |
| Distributor name | string | Yes | Distributor's name |
| Holder name | string | No | Contract holder |
| Contracted power | number | No | Contracted power (P1-P6) |
| Import tariff type | enum | Yes | Tariff type: FIXED, PVPC, INDEXED, PERIOD, CUSTOM |
| Surplus tariff type | enum | No | Surplus tariff type: FIXED, PVPC, INDEXED, PERIOD, CUSTOM |
| Energy prices | number | No | Energy prices (up to 6 periods) |
| Surplus prices | number | No | Surplus prices (up to 6 periods) |
| Power prices | number | No | Power prices (P1-P6) |
| IBAN | string | No | Bank account |
Gas contract fields
| Field | Type | Required | Description |
|---|---|---|---|
| Contract number | string | No | Retailer's contract number |
| Start date | date | Yes | Contract start date |
| End date | date | No | Contract end date |
| CUPS | string | Yes | Supply point identifier |
| Address | string | Yes | Address |
| Postal code | string | No | Postal code |
| Status | enum | Yes | Contract status: ACTIVE, INACTIVE |
| Tariff access | enum | Yes | Access tariff: RL01 to RL11 |
| Retailer name | string | No | Retailer's commercial name |
| Distributor name | string | Yes | Distributor's name |
| Pressure | number | No | Supply point pressure |
| Tariff name | string | Yes | Commercial tariff name |
| Fixed price | number | No | Fixed price (€/day) |
| Energy price | number | No | Energy price (€/kWh) |
| Holder name | string | No | Contract holder |
| IBAN | string | No | Bank account |
For the full technical reference on these fields, see Contracts.