Skip to main content

Fields

agreedAt : DateTime
agreedFrom : DateTime

The datetime the agreement was entered.

agreedTo : DateTime

The datetime the agreement was terminated.

electricitySupplyPoint : ElectricitySupplyPointType

The supply point linked to the agreement.

id : Int

The ID of the agreement.

isActive : Boolean

Whether the agreement is active or not.

isRevoked : Boolean

Whether the agreement is revoked.

isRollover : Boolean

Agreement was created due to a rollover.

market : MarketEnum

The agreement target market.

product : ProductInterface

The agreement's product.

ratesAgreedAt : DateTime

The datetime the rates were agreed.

rescissionDeadlineAt : DateTime

The deadline datetime for rescinding the agreement.

supplyPoint : MarketSupplyPointType

The supply point linked to the agreement.

terminatedAt : DateTime
validFrom : DateTime

The start datetime of the agreement.

validTo : DateTime

The end datetime of the agreement.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "agreedAt": "2004-04-30T04:25:03.096235+00:00", "agreedFrom": "2007-03-14T03:08:01.341883+00:00", "agreedTo": "1977-06-14T14:15:11.385144+00:00", "electricitySupplyPoint": ElectricitySupplyPointType, "id": 37485810, "isActive": true, "isRevoked": true, "isRollover": true, "market": "ELECTRICITY", "product": ProductInterface, "ratesAgreedAt": "1970-09-28T11:16:42.803153+00:00", "rescissionDeadlineAt": "1995-04-09T22:55:09.213064+00:00", "supplyPoint": ElectricitySupplyPointType, "terminatedAt": "1973-01-05T00:58:11.336023+00:00", "validFrom": "2002-01-30T18:23:07.443521+00:00", "validTo": "2014-12-14T13:37:23.824566+00:00" }