Skip to main content

Arguments

accountNumber : String! required

The account number linked to the agreements.

marketSupplyPointId : ID! required

The supply point ID.

readingFrequencyType : ReadingFrequencyType default: MONTH_INTERVAL

Frequency for the reading.

Returns

Date

The Date scalar type represents a Date value as specified by iso8601.

Allowed Viewers

Customer Partner User Third party

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

query LastReadingDateForMeasurements( $accountNumber: String!, $marketSupplyPointId: ID!, $readingFrequencyType: ReadingFrequencyType ) { lastReadingDateForMeasurements( accountNumber: $accountNumber, marketSupplyPointId: $marketSupplyPointId, readingFrequencyType: $readingFrequencyType ) }

Variables

{ "accountNumber": "A-134FF80F", "marketSupplyPointId": "15785718", "readingFrequencyType": "RAW_INTERVAL" }

Response

{ "data": { "lastReadingDateForMeasurements": "2012-04-23" } }