SupplyPointEligibilityResult
Fields
Potential eligibility/technical errors.
A predicate that indicates whether the supply point is eligible.
A predicate that indicates whether this is the supply point's first commissioning.
The journey type.
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.
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
}