Skip to main content

Fields

errors : GenericScalar

Potential eligibility/technical errors.

isEligible : Boolean! required

A predicate that indicates whether the supply point is eligible.

isFirstCommissioning : Boolean

A predicate that indicates whether this is the supply point's first commissioning.

journeyType : JourneyType

The journey type.

measurementsHasBeenFetched : Boolean

Indicates if the measurements have been called by webservice to the DSO. This only indicate, in case of electricity, that the webservice has succeed and don't reflect that enough data is available or not.

supplyPoint : SupplyPointType

Data related to the supply point.

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

{ "errors": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType, "isEligible": true, "isFirstCommissioning": true, "journeyType": "COMMISSIONING", "measurementsHasBeenFetched": true, "supplyPoint": SupplyPointType }