Skip to main content

Fields

daysOfGasUsage : Int! required

Number of days of gas usage.

endAt : DateTime! required

End of interval period.

id : ID

Kraken gas reading id.

readingDate : Date! required

Date reading was taken.

readingReason : String! required

Reason for reading.

startAt : DateTime! required

Start of interval period.

usage : Int! required

Gas usage in cubic meters.

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

{ "daysOfGasUsage": 39, "endAt": "1986-01-30T14:07:40.755679+00:00", "id": "77023240", "readingDate": "2017-11-20", "readingReason": "measure-open-alone-drug-something", "startAt": "1993-06-12T21:23:53.337022+00:00", "usage": 23 }