Skip to main content

Input fields

clientConsent : Boolean

True if the client consented to allow the DSO to collect meter point data.

customerName : CustomerName

The customer's name. Useful to supply it for audit purposes.

isClientAuthorizedToRequestData : Boolean default: True

Is the client is authorized to request consumption data from the meter point?

meterPoints : [MeterPointInputType]! required

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 }