CheckMeterPointsEligibilityInputType
Input fields
True if the client consented to allow the DSO to collect meter point data.
The customer's name. Useful to supply it for audit purposes.
Is the client is authorized to request consumption data from the meter point?
The list of meter points.
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
{
"clientConsent": true,
"customerName": CustomerName,
"isClientAuthorizedToRequestData": true,
"meterPoints": MeterPointInputType
}