Skip to main content

Arguments

input : SelfReadingInputType! required

Input fields for adding self reading indexes.

Returns

SelfReading

Gather customer's self readings data and call Enedis TIA webservice.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can submit meter readings

Query Complexity

1

Examples

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.

Query

mutation SelfReading($input: SelfReadingInputType!) { selfReading(input: $input) { agreementId marketName meterPointId readingDate } }

Variables

{ "input": SelfReadingInputType }

Response

{ "data": { "selfReading": { "agreementId": 79026119, "marketName": "still-decade-less-face-special", "meterPointId": "89536718", "readingDate": "1975-10-31" } } }