Skip to main content

Input fields

expiresAt : DateTime

Optional new expiry datetime for the quote configuration.

extraDetails : [ExtraDetailInput]

Optional extra detail field updates.

forecastConsumptionEntries : [ForecastConsumptionEntryInput]

Optional forecast consumption entries to partially update.

quoteConfigurationNumber : String! required

The unique number of the quote configuration to update.

quoteConfigurationRatesRequestIdentifier : UUID

Optional identifier of a rates request to mark as responded. When provided, the quote configuration will be transitioned to IN_REVIEW.

Optional updated bespoke rate terms.

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

{ "expiresAt": "2000-09-02T01:46:36.632640+00:00", "extraDetails": ExtraDetailInput, "forecastConsumptionEntries": ForecastConsumptionEntryInput, "quoteConfigurationNumber": "stand-well-impact-picture-film", "quoteConfigurationRatesRequestIdentifier": "71b5ff55-819e-4387-a185-86644d49ffce", "terms": BespokeRateTermInput }