Skip to main content

Input fields

accountNumber : String! required

The account number to requote.

excludeGas : Boolean

Optional parameter to exclude the gas meter point from the quote. If not provided, the gas meter point will be included in the quote, if it exists.

includeHiddenProducts : Boolean

Whether to include hidden products in the quote.

paymentMethod : QuotePaymentMethodChoices default: DIRECTDEBIT

Optional parameter to select the payment method for the quote, default is direct debit.

persistFlatRate : Boolean

Controls whether to use flat rates for the new quote.

productAvailableAt : DateTime

The date and time the products need to be available at.

propertyId : ID! required

The property ID to requote.

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

{ "accountNumber": "A-99A71BDF", "excludeGas": true, "includeHiddenProducts": true, "paymentMethod": "DIRECTDEBIT", "persistFlatRate": true, "productAvailableAt": "2008-07-20T10:12:45.407909+00:00", "propertyId": "24352921" }