Skip to main content

Input fields

accountNumber : String

Account for which the quote was created.

electricityQuotedProductId : ID

ID of the electricity quoted product to include in the shared quote link.

gasQuotedProductId : ID

ID of the gas quoted product to include in the shared quote link.

quoteCode : String! required

Quote code.

recipient : Recipient! required

Recipient information.

urlParams : JSONString

Optional URL parameters to include in the shared quote link.

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-ABA815C9", "electricityQuotedProductId": "87880341", "gasQuotedProductId": "48549405", "quoteCode": "try-hundred-they-serve-charge", "recipient": Recipient, "urlParams": {"key": "value"} }