Skip to main content

Arguments

accountNumber : String! required

The account number.

endDate : Date! required

The end date (inclusive) for calculating the estimated gas consumption.

meloNumber : String! required

The MeLo number.

startDate : Date! required

The start date for calculating the estimated gas consumption.

Returns

Decimal

The Decimal scalar type represents a python Decimal.

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 EstimatedGasConsumption( $accountNumber: String!, $endDate: Date!, $meloNumber: String!, $startDate: Date! ) { estimatedGasConsumption( accountNumber: $accountNumber, endDate: $endDate, meloNumber: $meloNumber, startDate: $startDate ) }

Variables

{ "accountNumber": "A-4793E8B6", "endDate": "1986-04-20", "meloNumber": "ahead-action-sit-within-amount", "startDate": "1974-05-12" }

Response

{ "data": { "estimatedGasConsumption": "1.0" } }